feat(e2e): playwright - add global login setup and teardown, show certificate tests (#51368)

This commit is contained in:
Fahd Kassim
2023-09-07 10:32:15 +05:00
committed by GitHub
parent 4e44acab71
commit 5cf0b93dfb
6 changed files with 175 additions and 3 deletions
+3
View File
@@ -131,6 +131,9 @@ jobs:
- name: Seed Database
run: pnpm run seed
- name: Seed Database with Certified User
run: pnpm run seed:certified-user
# start-ci uses pm2, so it needs to be installed globally
- name: Install pm2
run: npm i -g pm2