Archived
1
0

feat: add jest-playwright and packages

This commit is contained in:
Joe Previte
2021-03-30 10:30:38 -07:00
parent 4ff73389ef
commit b4193b8c68
3 changed files with 581 additions and 14 deletions

View File

@ -12,5 +12,11 @@
"playwright": "^1.8.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
},
"dependencies": {
"jest-playwright-preset": "^1.5.1",
"playwright-chromium": "^1.10.0",
"playwright-firefox": "^1.10.0",
"playwright-webkit": "^1.10.0"
}
}