We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc52b9 commit 25c099cCopy full SHA for 25c099c
.github/workflows/tests-in-browser.yml
@@ -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
16
17
0 commit comments