hyperswitch
hyperswitch copied to clipboard
ci(cypress): Added 3DS manual capture flow
Type of Change
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
Added three_ds manual capture flows in the cypress automation for existing connectors
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
Three_ds manual capture flow was not present in the automation setup
How did you test it?
Cypress
Bankofamerica
Stripe
Nmi
[failure cases existing issue]
Cybersource
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