-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(apps-backend, tooling-ci): Add e2e tests to apps backend #3760
feat(apps-backend, tooling-ci): Add e2e tests to apps backend #3760
Conversation
73a2896
to
3f1e45c
Compare
6a3d85c
to
ea05439
Compare
This pull request has been deployed to Vercel. Latest commit: ea05439 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-67f40uyr3.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workflow LGTM
This pull request has been deployed to Vercel. Latest commit: e4bfb6f ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-j08vklzwb.vercel.app |
This pull request has been deployed to Vercel. Latest commit: f5750b4 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-6uiajhxj7.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 21eb409 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-2s5s3xrit.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 1cb347f ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-9qg69xrb1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: c088463 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-qoulriw3v.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 9ee99fc ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-9ihzeszl6.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 64886e3 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-sfhkv9mle.vercel.app |
This pull request has been deployed to Vercel. Latest commit: abada2f ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-aabaox10t.vercel.app |
* feat(apps-backend): add e2e tests. * feat(apps-backend): add e2e tests to CI for testing. * feat(apps-backend): move e2e tests to another config. * feat(apps-backend): revert hierarchy. * feat(apps-backend): remove DEPLOY_URL * feat(apps-backend): remove DEPLOY_URL from e2e test * feat(tooling-ci): move e2e tests for apps-backend to e2e.yml * feat(apps-backend): Run apps-backend e2e tests conditionally on apps-backend changes * feat(apps-backend): Run apps-backend e2e tests also on merge to develop --------- Co-authored-by: Mario Sarcevic <[email protected]> Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
Closes #3582