Skip to content
Snippets Groups Projects

Cypress tests

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@
"scripts": {
"build": "ng build nshmp-apps",
"build:prod": "ng build nshmp-apps --configuration production",
"cy:ci": "ng e2e nshmp-apps --parallel",
"cy:ci": "ng e2e nshmp-apps --parallel --record",
"cy:run": "ng e2e nshmp-apps",
"cy:verify": "cypress verify",
"e2e": "ng e2e",
Loading