Skip to content

Commit

Permalink
Rework sso e2e tests to use playwright vs. jest + playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 28, 2022
1 parent 448429d commit c6947c9
Show file tree
Hide file tree
Showing 15 changed files with 596 additions and 716 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"db:seed": "prisma db seed",
"db:init": "run-s db:migrate db:seed",
"test": "pnpm turbo run test",
"e2e": "pnpm turbo run e2e",
"jest": "jest -c jest.config.js --",
"jest:e2e": "jest -c jest.config.e2e.js --forceExit --",
"coverage": "jest -c jest.config.js --collectCoverage --",
Expand Down Expand Up @@ -65,14 +66,10 @@
"eslint": "7.32.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"jest-environment-node": "27.5.1",
"jest-fetch-mock": "3.0.3",
"jest-playwright-preset": "1.7.0",
"jest-runner": "27.5.1",
"nock": "13.2.4",
"npm-run-all": "4.1.5",
"playwright": "1.20.2",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"prisma": "3.12.0",
Expand Down
Loading

0 comments on commit c6947c9

Please sign in to comment.