mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "nitro-cypress",
|
|
"version": "1.0.0",
|
|
"description": "Fullstack tests with cypress for Human Connection",
|
|
"author": "Human Connection gGmbh",
|
|
"license": "MIT",
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
},
|
|
"scripts": {
|
|
"db:seed": "cd backend && yarn run db:seed",
|
|
"db:reset": "cd backend && yarn run db:reset",
|
|
"cypress:backend:server": "cd backend && yarn run test:before:server",
|
|
"cypress:backend:seeder": "cd backend && yarn run test:before:seeder",
|
|
"cypress:webapp": "cd webapp && cross-env GRAPHQL_URI=http://localhost:4123 yarn run dev",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"codecov": "^3.3.0",
|
|
"cross-env": "^5.2.0",
|
|
"cypress": "^3.2.0",
|
|
"cypress-cucumber-preprocessor": "^1.11.0",
|
|
"dotenv": "^8.0.0",
|
|
"faker": "^4.1.0",
|
|
"graphql-request": "^1.8.2",
|
|
"neo4j-driver": "^1.7.4",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|