mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-24 09:03:38 -04:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"name": "cleanuparr-e2e",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0"
|
|
}
|
|
}
|