2020-01-10 09:38:37 -06:00
|
|
|
{
|
|
|
|
"name": "cypress_test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Cypress integration test suit",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2021-01-20 01:34:13 -06:00
|
|
|
"cypress": "6.2.1",
|
2021-02-05 09:44:05 -06:00
|
|
|
"cypress-failed-log": "2.9.1",
|
2021-02-05 09:45:51 -06:00
|
|
|
"cypress-file-upload": "5.0.2",
|
2020-09-17 08:01:09 -05:00
|
|
|
"cypress-log-to-output": "1.1.2",
|
2021-02-05 09:48:25 -06:00
|
|
|
"cypress-select-tests": "1.5.9",
|
2020-07-07 05:28:33 -05:00
|
|
|
"cypress-wait-until": "1.7.1",
|
2021-02-05 10:00:32 -06:00
|
|
|
"eslint": "7.19.0",
|
2020-04-28 09:00:15 -05:00
|
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
2020-02-19 19:25:01 -06:00
|
|
|
"get-port-cli": "2.0.0",
|
2021-02-05 09:59:09 -06:00
|
|
|
"wait-on": "5.2.1"
|
2020-01-10 09:38:37 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-10-05 07:04:19 -05:00
|
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
2020-01-10 09:38:37 -06:00
|
|
|
}
|
|
|
|
}
|