feat: Change e2e to be Playwright
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
8
.github/workflows/build_and_check.yml
vendored
8
.github/workflows/build_and_check.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
||||
- name: Check
|
||||
run: npm run check
|
||||
|
||||
- name: Prepare Tests
|
||||
run: npm run install:tests
|
||||
|
||||
- name: Test
|
||||
run : |
|
||||
npm run start &
|
||||
sleep 10
|
||||
npm run test
|
||||
run : npm run test
|
||||
|
Reference in New Issue
Block a user