chore: reorganise playwright config (#53884)

This commit is contained in:
Oliver Eyton-Williams
2024-02-26 15:26:54 +01:00
committed by GitHub
parent e03b78666b
commit 074af6effb
9 changed files with 329 additions and 1534 deletions

View File

@@ -137,7 +137,6 @@ jobs:
- name: Install playwright dependencies
run: |
cd ./e2e
npx playwright install
npx playwright install-deps
@@ -145,5 +144,4 @@ jobs:
run: |
pnpm run start-ci &
sleep 10
cd ./e2e
npx playwright test --project=${{ matrix.browsers }}