Skip to content

Commit

Permalink
fix(ci): debugging cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fernandez committed Jun 27, 2023
1 parent 5dd0045 commit 8126ea9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 14 deletions.
3 changes: 1 addition & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@sentry/hub": "^7.40.0",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/handlebars": "^4.1.0",
"@types/newrelic": "^9.13.0",
"agenda": "^4.2.1",
"axios": "^1.3.3",
Expand Down Expand Up @@ -110,7 +109,7 @@
"sinon": "^9.2.4",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "3.14.2",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"start:static:build": "pnpm envsetup:docker && http-server build -p 4200 --proxy http://localhost:4200?",
"start:docker": "pnpm build && pnpm start:static:build",
"start:dev": "pnpm start",
"cypress:run": "cross-env NODE_ENV=test cypress run",
"cypress:run": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_ENV=test cypress run",
"cypress:install": "cypress install",
"cypress:open": "cross-env NODE_ENV=test cypress open",
"cypress:run:components": "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=test cypress run --component",
"cypress:open": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_ENV=test cypress open",
"cypress:run:components": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=test cypress run --component",
"start:api": "cd ../../ && pnpm start:api:test",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
Expand Down
2 changes: 1 addition & 1 deletion apps/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"supertest": "^5.0.0",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "3.14.2",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"workspaces": {
Expand Down
4 changes: 1 addition & 3 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,19 @@
"rimraf": "^3.0.2",
"superagent-defaults": "^0.1.14",
"supertest": "^5.0.0",
"twilio": "^3.62.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/async": "^3.2.1",
"@types/bluebird": "^3.5.30",
"@types/bull": "^3.12.2",
"@types/node": "^14.6.0",
"@types/twilio": "^3.19.3",
"@typescript-eslint/parser": "^4.14.2",
"apollo-boost": "0.4.9",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.3",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion libs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.3",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/application-generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@novu/clickatell": "^0.16.0",
"@novu/dal": "^0.16.0",
"@novu/discord": "^0.16.0",
"@novu/email-webhook": "^0.15.0",
"@novu/emailjs": "^0.16.0",
"@novu/expo": "^0.16.0",
"@novu/fcm": "^0.16.0",
"@novu/firetext": "^0.16.0",
"@novu/email-webhook": "^0.15.0",
"@novu/forty-six-elks": "^0.16.0",
"@novu/gupshup": "^0.16.0",
"@novu/infobip": "^0.16.0",
Expand Down

0 comments on commit 8126ea9

Please sign in to comment.