dbad4b2c0c
It fixes a hang related to retries. It might be useful in our case too. I've seen hangs on Jenkins, which might be related. Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I8320f9b38c59074d2b5dd3d7b0cad0c5828b0849
22 lines
589 B
JSON
22 lines
589 B
JSON
{
|
|
"name": "cypress_test",
|
|
"version": "1.0.0",
|
|
"description": "Cypress integration test suit",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"cypress": "6.2.1",
|
|
"cypress-failed-log": "2.7.0",
|
|
"cypress-file-upload": "4.1.1",
|
|
"cypress-log-to-output": "1.1.2",
|
|
"cypress-select-tests": "1.5.8",
|
|
"cypress-wait-until": "1.7.1",
|
|
"eslint": "7.12.0",
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
|
"get-port-cli": "2.0.0",
|
|
"wait-on": "5.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
|
}
|
|
}
|