Compare commits

...

7 Commits

Author SHA1 Message Date
Nikhil
91cf387dff Merge branch 'master' into fix-gha-playwright-install 2022-03-16 15:02:02 -07:00
John Hill
bb0d3c2201 Merge branch 'master' into fix-gha-playwright-install 2022-03-16 14:46:58 -07:00
John Hill
d849b18e63 Merge branch 'master' into fix-gha-playwright-install 2022-03-16 14:42:30 -07:00
John Hill
3c33395c2c visual 2022-03-16 14:34:44 -07:00
John Hill
e9e5f4aeca Update e2e-pr.yml 2022-03-16 13:50:41 -07:00
John Hill
1086ccfd58 Update e2e-pr.yml 2022-03-16 13:46:32 -07:00
John Hill
ee7f5a3c2f Update e2e-pr.yml 2022-03-16 13:39:23 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npx playwright install-deps
- run: npx playwright@1.19.2 install
- run: npm install
- run: npm run test:e2e:full
- name: Archive test results

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npx playwright install-deps
- run: npx playwright@1.19.2 install
- run: npm install
- name: Run the e2e visual tests
run: npm run test:e2e:visual