mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add package.json scripts for playwright (#54493)
This commit is contained in:
committed by
GitHub
parent
971d3e929b
commit
04d6cfcce0
+3
-1
@@ -91,7 +91,9 @@
|
||||
"test-tools": "jest tools",
|
||||
"test-utils": "jest utils",
|
||||
"postinstall": "cypress cache prune",
|
||||
"prepare": "husky"
|
||||
"prepare": "husky",
|
||||
"playwright:run": "playwright test",
|
||||
"playwright:watch": "playwright test --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "16.4.5"
|
||||
|
||||
Reference in New Issue
Block a user