16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"scripts": {
|
|
"test": "npx playwright test",
|
|
"test:filter": "npx playwright test -g",
|
|
"test:headed": "npx playwright test --headed",
|
|
"test:debug": "npx playwright test --debug -g",
|
|
"test-ci": "export CI='true' && npx playwright test --project=chromium --grep @ci"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.19.2",
|
|
"playwright": "^1.19.2",
|
|
"axios": "^0.26.1",
|
|
"dotenv": "^16.0.0",
|
|
"sha1": "^1.1.1"
|
|
}
|
|
} |