ae7e93144f
Test code needs an update because .should('not.be.visible') does not pass on non existing elements anymore. Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: If8a89d2996d154d287672dacb3668ec5399d99f2
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.1.0",
|
|
"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"
|
|
}
|
|
}
|