mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 11:30:04 +08:00
chore: add e2e test codegen command
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"lint": "pnpm --filter @pathfinder/app lint",
|
"lint": "pnpm --filter @pathfinder/app lint",
|
||||||
"test": "playwright test",
|
"test": "playwright test",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
|
"test:e2e:codegen":"npx playwright codegen http://localhost:8080",
|
||||||
"test:unit": "jest"
|
"test:unit": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user