This commit is contained in:
mattwr18 2019-10-25 09:49:52 +02:00
parent d45264b3af
commit bbd6d0e33b
2 changed files with 1460 additions and 311 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "nitro-cypress",
"version": "1.0.0",
"version": "0.1.8",
"description": "Fullstack tests with cypress for Human Connection",
"author": "Human Connection gGmbh",
"license": "MIT",
@ -16,9 +16,11 @@
"cypress:setup": "run-p cypress:backend:* cypress:webapp",
"cypress:run": "cypress run --browser chromium",
"cypress:open": "cypress open --browser chromium",
"test:jest": "cd webapp && yarn test && cd ../backend && yarn test:jest && codecov"
"test:jest": "cd webapp && yarn test && cd ../backend && yarn test:jest && codecov",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
"auto-changelog": "^1.16.1",
"bcryptjs": "^2.4.3",
"codecov": "^3.6.1",
"cross-env": "^6.0.3",