16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"name": "autobackups-e2e",
|
|
"version": "1.0.0",
|
|
"description": "End-to-end tests for AutoBackups project using Playwright",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug",
|
|
"test:report": "playwright show-report",
|
|
"install": "playwright install"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0"
|
|
}
|
|
}
|