Add boilerplate for Playwright tests

This commit is contained in:
Steve Kinney
2024-10-02 05:13:33 -05:00
parent 4e4978cb8a
commit b121f43aa1
6 changed files with 185 additions and 28 deletions

View File

@@ -19,9 +19,11 @@
},
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
"devDependencies": {
"@playwright/test": "^1.47.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.4",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",