76c2481190
Change-Id: I97e94f32697cac9002aa34632b6a80f8c6a0e127 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100434 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "cypress_test",
|
|
"version": "1.0.0",
|
|
"description": "Cypress integration test suit",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"cypress": "4.12.1",
|
|
"cypress-failed-log": "2.7.0",
|
|
"cypress-file-upload": "4.0.7",
|
|
"cypress-log-to-output": "1.0.8",
|
|
"cypress-select-tests": "1.5.7",
|
|
"cypress-wait-until": "1.7.1",
|
|
"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"
|
|
}
|
|
}
|