hyperswitch
hyperswitch copied to clipboard
ci(cypress): Add routing testcases
Type of Change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
- Added the Priority,VolumeBased,RuleBased routing testcases.
- Refactored paymentIntentTest
How did you test it?
Ran the testcases in sandbox
Stripe
Routing
Checklist
- [ ] I formatted the code
cargo +nightly fmt --all
- [ ] I addressed lints thrown by
cargo clippy
- [ ] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible