hyperswitch
hyperswitch copied to clipboard
ci(cypress): Add bank redirect cypress test cases
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
Added test scenarios for Bank Redirect method for Trustpay for the following payment methods:
- Ideal
- Giropay
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
To increase coverage of testing for Bank Redirect Methods for various connectors.
How did you test it?
Wrote Cypress test scenarios for paymentIntent creation, paymentConfirmation, and handleRedirection for the above mentioned bank redirect payment methods for Trustpay.
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