2021-11-03 00:45:52 +08:00
|
|
|
{
|
2021-11-18 04:07:14 +08:00
|
|
|
"scripts": {
|
2022-01-20 21:07:48 +08:00
|
|
|
"test": "npx playwright test",
|
|
|
|
"test:filter": "npx playwright test -g",
|
|
|
|
"test:headed": "npx playwright test --headed",
|
2022-06-08 01:52:54 +08:00
|
|
|
"test:debug": "npx playwright test --debug -g",
|
|
|
|
"test-ci": "export CI='true' && npx playwright test --project=chromium --grep @ci"
|
2021-11-18 04:07:14 +08:00
|
|
|
},
|
2022-06-08 01:52:54 +08:00
|
|
|
"dependencies": {
|
|
|
|
"@playwright/test": "^1.19.2",
|
|
|
|
"playwright": "^1.19.2",
|
2022-03-24 03:36:38 +08:00
|
|
|
"axios": "^0.26.1",
|
2022-02-10 21:27:48 +08:00
|
|
|
"dotenv": "^16.0.0",
|
2021-11-03 00:45:52 +08:00
|
|
|
"sha1": "^1.1.1"
|
|
|
|
}
|
2022-06-08 01:52:54 +08:00
|
|
|
}
|