18 lines
556 B
JSON
18 lines
556 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-chromium-ci": "export CI='true' && npx playwright test --project=chromium --grep @ci",
|
|
"test-firefox-ci": "export CI='true' && npx playwright test --project=firefox --grep @ci"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.19.2",
|
|
"playwright": "^1.19.2",
|
|
"axios": "^0.26.1",
|
|
"dotenv": "^16.0.0",
|
|
"sha1": "^1.1.1"
|
|
}
|
|
}
|