mirror of https://github.com/OpenVidu/openvidu.git
23 lines
527 B
JSON
23 lines
527 B
JSON
{
|
|
"name": "webcomponent-test-e2e",
|
|
"version": "2.21.0",
|
|
"description": "E2E webcomponent test",
|
|
"main": "test.ts",
|
|
"scripts": {
|
|
"serve": "http-server web/",
|
|
"test": "tsc && mocha --recursive --timeout 30000 ./dist/test.js"
|
|
},
|
|
"author": "Carlos Santos Morales",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"chromedriver": "99.0.0",
|
|
"selenium-webdriver": "4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "4.3.0",
|
|
"@types/mocha": "9.1.0",
|
|
"chai": "4.3.6",
|
|
"mocha": "9.2.2"
|
|
}
|
|
}
|