aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/package.json
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-07 11:10:32 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-07 12:24:15 +0100
commit511f5b1c5f92c70a80492b1f761bed3d2a184c21 (patch)
tree83f26cc48e16a13de050ecb085321231f868fadf /catalog-ui/package.json
parent20bf47ce0f161f4bb8273ea6862a6b5573fdbad0 (diff)
Define schema attribute in catalog-fe angular-cli.json to have IDE autocompletion for the fileHEADmaster
- adjust angular-cli.json - pin cypress version in package.json - format README Issue-ID: SDC-4709 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ifb1289fb5b1b18d05d7549918b79be155063a5b0
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r--catalog-ui/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json
index 27bba5889c..a153dd42c6 100644
--- a/catalog-ui/package.json
+++ b/catalog-ui/package.json
@@ -18,7 +18,7 @@
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
"test": "jest --coverage",
"test:watch": "jest --watch",
- "cypress": "cypress run",
+ "cypress": "npx cypress run",
"cypress-headless": "start-server-and-test start http-get://localhost:9000 cypress"
},
"jest": {
@@ -52,6 +52,7 @@
"copy-webpack-plugin": "^4.0.1",
"cors": "2.7.1",
"css-loader": "^0.26.1",
+ "cypress": "^9.7.0",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.0",