Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): debugging cypress #3669

Merged
merged 9 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
run: pnpm cypress install

- uses: browser-actions/setup-chrome@latest
with:
chrome-version: "stable"
- run: |
echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
Expand Down
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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PNPM install script said were not needed.

"@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"
}
}
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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused (and has no sense).

"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