[e2e] Update Playwright config to include MMOC and Ipad (#4717)

Co-authored-by: unlikelyzero <jchill2@gmail.com>
This commit is contained in:
John Hill
2022-01-14 14:47:35 -08:00
committed by GitHub
parent c39593b065
commit 19b3be7ec0
6 changed files with 40 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npx playwright install-deps
- run: npm install
- run: npm run test:e2e:full
- name: Archive test results

View File

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