Add E2E tests for subscriptions
Closed this issue · 2 comments
Kwok-he-Chu commented
Extend/release a new version of the testing-suite to include E2E-testing for subscriptions in adyen-examples/adyen-dotnet-online-payments#47
E2E tests are added for subscriptions, scope: card-only:
- Webhook fail scenario when hmac is not valid
- Initial tokenization (payment request with 0 amount) success scenario
- Initial tokenization (payment request with 0 amount) fail scenario
Initialize payment request success scenario
Initialize payment request failure scenario
Initialize payment disable success scenario
Initialize payment disable failure scenario
Kwok-he-Chu commented
I decided not to test the following scenarios, because we get the 'recurringDetailReference' in the asynchronous flow. Without token, we're unable to test these:
- Initialize payment request success scenario
- Initialize payment request failure scenario
- Initialize payment disable success scenario
- Initialize payment disable failure scenario
Kwok-he-Chu commented
Closed in #12