feat(AddCypress): add cypress app to karname app
Closes WAD-7215
Showing
cypress.json
0 → 100644
cypress/plugins/index.js
0 → 100644
cypress/support/commands.js
0 → 100644
cypress/support/index.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -15,6 +15,7 @@ |
"dependencies": { | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/runtime": "^7.5.5", | ||
"axios": "^0.19.0", | ||
"bcrypt": "^3.0.6", | ||
"connect-route": "^0.1.5", | ||
"fibers": "^4.0.1", | ||
... | ... | @@ -50,6 +51,7 @@ |
"babel-plugin-transform-remove-console": "^6.9.4", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^3.2.0", | ||
"cypress": "^3.6.0", | ||
"deepmerge": "^4.0.0", | ||
"file-loader": "^4.2.0", | ||
"git-revision-webpack-plugin": "^3.0.4", | ||
... | ... | @@ -57,6 +59,7 @@ |
"html-webpack-plugin": "^3.2.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^24.9.0", | ||
"jest-cli": "^23.6.0", | ||
"less": "^3.10.3", | ||
"less-loader": "^5.0.0", | ||
"material-design-icons-iconfont": "^5.0.1", | ||
... | ... |
Please
register
or
sign in
to comment