15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"name": "@quinn/e2e-docker",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:admin": "playwright test --project=admin",
|
|
"test:www": "playwright test --project=www",
|
|
"test:integration": "playwright test --project=integration"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.0",
|
|
"tsx": "^4.19.3"
|
|
}
|
|
}
|