libreoffice-online/cypress_test/package.json
Tamás Zolnai d96ca09ced cypress: update version 4.3.0 -> 4.5.0
Change-Id: I87432005dc9c9cb264c0cae260e5adad84e4ef14
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94665
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-05-22 14:58:29 +02:00

18 lines
436 B
JSON

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"dependencies": {
"cypress": "4.5.0",
"cypress-failed-log": "2.6.2",
"eslint": "6.8.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"wait-on": "4.0.0"
},
"repository": {
"type": "git",
"url": "git://gerrit.libreoffice.org/online.git"
}
}