bigbluebutton-Github/bigbluebutton-tests/playwright/package.json
2022-03-23 16:38:21 -03:00

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.26.1",
"dotenv": "^16.0.0",
"js-yaml": "^4.1.0",
"playwright": "^1.18.1",
"sha1": "^1.1.1"
}
}