Skip to content

Commit cbd8365

Browse files
authored
Merge pull request #6181 from mozilla/fix-e2e-test-refactor-mpp-4466
fix MPP-4466: chore(e2e): set default values and add snapshots
2 parents d45c44a + 3ecb263 commit cbd8365

File tree

39 files changed

+1
-1
lines changed

39 files changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
npx playwright install
6161
- name: Run Playwright tests
6262
run: |
63-
npm run test:${{ inputs.suite }}:${{ inputs.environment }}
63+
npm run test:${{ inputs.suite || 'relay-only' }}:${{ inputs.environment || 'stage' }}
6464
env:
6565
E2E_TEST_ACCOUNT_FREE: ${{ secrets.E2E_TEST_ACCOUNT_FREE }}
6666
E2E_TEST_ACCOUNT_PASSWORD: ${{ secrets.E2E_TEST_ACCOUNT_PASSWORD }}
13.3 KB
Loading
13.3 KB
Loading
36.5 KB
Loading
36.5 KB
Loading
28.5 KB
Loading
28.5 KB
Loading
20.7 KB
Loading
20.7 KB
Loading
12.6 KB
Loading

0 commit comments

Comments
 (0)