hyperswitch
hyperswitch copied to clipboard
feat(ci): add cypress tests to github ci
Type of Change
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
This PR makes Cypress tests to run against PRs
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
NIL
How did you test it?
CI should run against PRs successfully.
At present, I know why Cypress test is failing. It will automatically get fixed once https://github.com/juspay/hyperswitch/pull/5128, https://github.com/juspay/hyperswitch/pull/5176, https://github.com/juspay/hyperswitch/pull/5180 are merged into main.
Checklist
- [ ] I formatted the code
cargo +nightly fmt --all - [ ] I addressed lints thrown by
cargo clippy - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible