Skip to content

Commit 25c099c

Browse files
authored
Create tests-in-browser.yml
1 parent adc52b9 commit 25c099c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Add to main branch to allow to be seen in other branches.
2+
# CESMII Profile Designer - Setup and test Profile Designer Web Page using Selenium Tests
3+
#
4+
# For more samples to get started with GitHub Action workflows to deploy to Azure, refer to https://github.com/Azure/actions-workflow-samples
5+
name: Test|In Browser|Profile Designer
6+
on:
7+
#manually trigger deploy
8+
workflow_dispatch:
9+
# Trigger the workflow on push
10+
#push:
11+
# branches:
12+
# - develop
13+
# - main
14+
#pull_request:
15+
# branches:
16+
# - develop
17+
# - main

0 commit comments

Comments
 (0)