github.com/rancher/elemental/tests@v0.0.0-20240517125144-ae048c615b3f/cypress/latest/package.json (about)

     1  {
     2    "name": "elemental-ui-e2e",
     3    "version": "1.0.0",
     4    "description": "Cypress tests to test the Elemental UI",
     5    "main": "index.js",
     6    "directories": {
     7      "doc": "docs"
     8    },
     9    "scripts": {
    10      "lint": "eslint --ext .js,.ts .",
    11      "test": "echo \"Error: no test specified\" && exit 1"
    12    },
    13    "repository": {
    14      "type": "git",
    15      "url": "git+https://github.com/rancher/elemental.git"
    16    },
    17    "keywords": [],
    18    "author": "Elemental team",
    19    "license": "Apache-2.0",
    20    "bugs": {
    21      "url": "https://github.com/rancher/elemental/issues"
    22    },
    23    "homepage": "https://github.com/rancher/elemental#readme",
    24    "dependencies": {
    25      "@rancher-ecp-qa/cypress-library": "1.0.11",
    26      "cy-verify-downloads": "^0.1.8",
    27      "cypress": "^13.7.3",
    28      "cypress-dark": "^1.8.3",
    29      "cypress-file-upload": "^5.0.8",
    30      "cypress-plugin-tab": "^1.0.5",
    31      "cypress-slow-down": "^1.3.1",
    32      "cypress-qase-reporter": "1.4.1",
    33      "dotenv": "^10.0.0",
    34      "typescript": "^4.5.2"
    35    },
    36    "devDependencies": {
    37      "@typescript-eslint/eslint-plugin": "^6.2.0",
    38      "@typescript-eslint/parser": "^6.2.0",
    39      "eslint-plugin-cypress": "^2.13.0"
    40    }
    41  }