(feat): move e2e to its own repo
Showing
This diff is collapsed.
cypress.json deleted 100644 → 0
8.1 KB
696 KB
This diff is collapsed.
| ... | ... | @@ -12,8 +12,6 @@ |
| "build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| "e2e": "cypress run --debug", | ||
| "e2e-open": "cypress open", | ||
| "postinstall": "node patch.js" | ||
| }, | ||
| "private": true, | ||
| ... | ... | @@ -58,7 +56,6 @@ |
| "@types/jasminewd2": "~2.0.4", | ||
| "@types/node": "~10.12.18", | ||
| "codelyzer": "^4.5.0", | ||
| "cypress": "^3.4.1", | ||
| "gulp": "~4.0.0", | ||
| "gulp-autoprefixer": "^6.0.0", | ||
| "gulp-css-globbing": "^0.2.2", | ||
| ... | ... |