bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/package.json
Mohamed Amine Ben Salah cd985a02c2
Add additional user whiteboard access test spec (#11799)
* WIP adding whiteboard special user access test spec

* Adds additional user whiteboard access test spec to whiteboard.obj.js
2021-03-30 06:49:07 -04:00

22 lines
424 B
JSON

{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^6.0.0",
"fs-extra": "^9.1.0",
"jest": "^26.6.1",
"js-yaml": "^4.0.0",
"moment": "^2.24.0",
"puppeteer-video-recorder": "^1.0.3",
"puppeteer-mass-screenshots": "^1.0.14",
"sleep-promise": "9.1.0",
"sha1": "^1.1.1",
"yaml": "^1.7.2"
}
}