mirror of https://github.com/rancher/fleet-e2e.git
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "fleet-ui-e2e",
|
|
"version": "1.0.0",
|
|
"description": "Cypress tests to test the Fleet UI",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rancher/fleet-e2e.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Fleet team",
|
|
"license": "Apache License 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/rancher/fleet-e2e/issues"
|
|
},
|
|
"homepage": "https://github.com/rancher/fleet-e2e",
|
|
"dependencies": {
|
|
"@rancher-ecp-qa/cypress-library": "1.2.3",
|
|
"cy-verify-downloads": "^0.1.17",
|
|
"cypress": "^15.2.0",
|
|
"cypress-dark": "^1.8.3",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"cypress-mochawesome-reporter": "^4.0.2",
|
|
"cypress-multi-reporters": "^1.6.4",
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
"cypress-qase-reporter": "1.4.1",
|
|
"dotenv": "^10.0.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/grep": "^4.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-plugin-cypress": "^2.15.2"
|
|
}
|
|
} |