2020-08-04 16:24:32 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/e2e-tests",
|
2020-08-14 08:15:36 +00:00
|
|
|
"version": "2.4.0",
|
2020-08-04 16:24:32 +02:00
|
|
|
"description": "End to end Tests for SCM-Manager",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"private": false,
|
2020-08-25 08:44:38 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"headless": "cypress run"
|
|
|
|
|
},
|
2020-08-04 16:24:32 +02:00
|
|
|
"devDependencies": {
|
2020-08-12 12:13:23 +02:00
|
|
|
"cypress": "^4.12.0",
|
|
|
|
|
"eslint-plugin-cypress": "^2.11.1"
|
2020-08-04 16:24:32 +02:00
|
|
|
},
|
|
|
|
|
"prettier": "@scm-manager/prettier-config",
|
2020-08-12 12:13:23 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config",
|
|
|
|
|
"plugins": [
|
|
|
|
|
"cypress"
|
|
|
|
|
],
|
|
|
|
|
"env": {
|
|
|
|
|
"cypress/globals": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-08-04 16:24:32 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
}
|
|
|
|
|
}
|