feat: add package.json scripts for playwright (#54493)

This commit is contained in:
Mahmoud Hussien Mahmoud
2024-04-25 20:48:45 +02:00
committed by GitHub
parent 971d3e929b
commit 04d6cfcce0
+3 -1
View File
@@ -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"