Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated nightwatch workflow to e2e #1320

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated test_type parameter value to e2e
MarkCalvert committed Oct 23, 2023
commit 01194442d64f47c1d51496224211eb03b04426fa
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_smoke:
uses: dpc-sdp/github-actions/.github/workflows/run_e2e_fe.yml@main
@@ -31,7 +31,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_chrome:
needs:
@@ -46,7 +46,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_android:
needs:
@@ -61,5 +61,5 @@ jobs:
project: ${{ inputs.project }}
browser: 'androidChrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'