RandomSec/main/tests/cypress/package.json
Florian Giroud 8c50a18a85
fix: Reverted Cypress to 6.2.1
Reverted Cypress, because of too many stability issues with the latest 6.3
2021-01-28 12:22:23 +01:00

20 lines
486 B
JSON

{
"name": "openrefine-cypress-test-suite",
"version": "1.0.0",
"description": "Cypress tests for OpenRefine",
"license": "BSD-3-Clause",
"author": "OpenRefine",
"private": true,
"dependencies": {
"cypress": "6.2.1",
"cypress-file-upload": "^5.0.2",
"cypress-wait-until": "^1.7.1",
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"uniqid": "^5.2.0"
},
"devDependencies": {
"prettier": "2.2.1"
}
}