libreoffice-online/cypress_test/package.json
Henry Castro f3787c85e8 cypress: install package 'cypress-terminal-report'
https://github.com/archfz/cypress-terminal-report

Change-Id: I242e421aeb02ee3861b16af78af87c6a9db22ad5
Signed-off-by: Henry Castro <hcastro@collabora.com>
2023-07-10 10:49:04 -04:00

29 lines
818 B
JSON

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.17.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"cypress": "12.11.0",
"cypress-file-upload": "5.0.8",
"cypress-iframe": "1.0.1",
"cypress-log-to-output": "1.1.2",
"cypress-terminal-report": "^5.3.0",
"cypress-wait-until": "1.7.2",
"eslint": "7.19.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"typescript": "5.0.4",
"wait-on": "7.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
},
"dependencies": {
"cypress-tags": "^1.1.2"
}
}