bigbluebutton-Github/bigbluebutton-tests/playwright/package.json

16 lines
451 B
JSON
Raw Normal View History

{
2021-11-18 04:07:14 +08:00
"scripts": {
"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",
"sha1": "^1.1.1"
}
2022-06-08 01:52:54 +08:00
}