mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
refactor: cleanup playwright tests (#51499)
This commit is contained in:
committed by
GitHub
parent
6c25982446
commit
7750cec84f
5
.github/workflows/e2e-playwright.yml
vendored
5
.github/workflows/e2e-playwright.yml
vendored
@@ -128,9 +128,6 @@ jobs:
|
||||
pnpm run build:curriculum
|
||||
pnpm run build:server
|
||||
|
||||
- name: Seed Database
|
||||
run: pnpm run seed
|
||||
|
||||
- name: Seed Database with Certified User
|
||||
run: pnpm run seed:certified-user
|
||||
|
||||
@@ -141,10 +138,8 @@ jobs:
|
||||
- name: Install playwright dependencies
|
||||
run: |
|
||||
cd ./e2e
|
||||
npm i
|
||||
npx playwright install
|
||||
npx playwright install-deps
|
||||
cd ..
|
||||
|
||||
- name: Run playwright tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user