16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"name": "tududi-e2e",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "End-to-end tests for tududi using Playwright",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"codegen": "playwright codegen ${APP_URL:-http://localhost:8080}",
|
|
"install-browsers": "playwright install --with-deps"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"dotenv": "^16.5.0"
|
|
}
|
|
}
|