a601dca3e1
Signed-off-by: Aron Budea <aron.budea@collabora.com> Change-Id: I8174ad69bde13df3a93ddbe7b8ace93b0b0aa44c
25 lines
711 B
JSON
25 lines
711 B
JSON
{
|
|
"name": "cypress_test",
|
|
"version": "1.0.0",
|
|
"description": "Cypress integration test suit",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
"@typescript-eslint/parser": "^4.21.0",
|
|
"cypress": "6.8.0",
|
|
"cypress-failed-log": "2.9.1",
|
|
"cypress-file-upload": "5.0.2",
|
|
"cypress-log-to-output": "1.1.2",
|
|
"cypress-select-tests": "1.7.0",
|
|
"cypress-wait-until": "1.7.1",
|
|
"eslint": "7.19.0",
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
|
"get-port-cli": "2.0.0",
|
|
"typescript": "3.9.5",
|
|
"wait-on": "5.2.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
|
}
|
|
}
|