summaryrefslogtreecommitdiffstats
path: root/cypress-docker/test/src/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cypress-docker/test/src/package.json')
-rw-r--r--cypress-docker/test/src/package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/cypress-docker/test/src/package.json b/cypress-docker/test/src/package.json
new file mode 100644
index 0000000..8d8b8d3
--- /dev/null
+++ b/cypress-docker/test/src/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "src",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "cy:run": "cypress run",
+ "cy:open":
+ "cypress open --config baseUrl=http://localhost:4300/#/ --env backendUrl=http://localhost:8446/",
+ "cy:report": "cypress run --reporter mochawesome",
+ "cy:only": "stop-only cypress",
+ "cy:verify": "cypress verify",
+ "precommit": "pretty-quick --staged"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "cypress": "^2.1.0",
+ "cypress-testing-library": "^2.2.0",
+ "mocha": "^5.2.0",
+ "mochawesome": "^3.0.2"
+ },
+ "devDependencies": {
+ "cypress-testing-library": "^2.2.0",
+ "husky": "^0.14.3",
+ "prettier": "^1.12.1",
+ "pretty-quick": "^1.5.1",
+ "stop-only": "^1.2.1"
+ }
+}