libreoffice-online/cypress_test/package.json
Rash419 74844c3dc8 cypress: introducing multiuser tests
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ib6c86d74dd7f0414f3c63ed66e99504c870516a3
2021-07-27 14:58:09 +05:30

26 lines
742 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-iframe": "1.0.1",
"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"
}
}