che-server/cypress-tests/package.json

23 lines
540 B
JSON

{
"name": "cypress-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"cypress:run-hidden": "cypress run",
"cypress:run": "cypress run --headed"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.0.3",
"cypress": "^3.1.5",
"cypress-xpath": "^1.3.0",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"webpack": "^4.29.3"
}
}