Add Playwright support for Task List

This commit is contained in:
Steve Kinney
2024-10-02 06:26:54 -05:00
parent 46d716bb38
commit a212170602
8 changed files with 152 additions and 37 deletions

View File

@@ -21,6 +21,7 @@
},
"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",
@@ -39,7 +40,8 @@
"tailwind-merge": "^2.5.2",
"uuid": "^10.0.0",
"vite": "^5.4.6",
"vitest": "^2.1.1"
"vitest": "^2.1.1",
"wait-port": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.20.3",