p19-bug-fixes
This commit is contained in:
24
e2e/package.json
Normal file
24
e2e/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "clawfort-e2e-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "Playwright-based UI/UX regression test suite for ClawFort",
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test:smoke": "playwright test --grep @smoke",
|
||||
"test:full": "playwright test",
|
||||
"test:ui": "playwright test --ui",
|
||||
"test:debug": "playwright test --debug",
|
||||
"test:headed": "playwright test --headed",
|
||||
"install:browsers": "playwright install",
|
||||
"install:deps": "playwright install-deps",
|
||||
"report": "playwright show-report",
|
||||
"codegen": "playwright codegen"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.40.0",
|
||||
"@types/node": "^20.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user