17 lines
466 B
JSON
17 lines
466 B
JSON
{
|
|
"name": "chattyness-e2e",
|
|
"version": "1.0.0",
|
|
"description": "End-to-end tests for Chattyness",
|
|
"scripts": {
|
|
"test": "npx playwright test",
|
|
"test:ui": "npx playwright test --ui",
|
|
"test:headed": "npx playwright test --headed",
|
|
"test:debug": "npx playwright test --debug",
|
|
"report": "npx playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0",
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|