17 lines
392 B
JSON
17 lines
392 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"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.18.1",
|
|
"axios": "^0.25.0",
|
|
"dotenv": "^16.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"playwright": "^1.18.1",
|
|
"sha1": "^1.1.1"
|
|
}
|
|
}
|