adyen-examples/adyen-testing-suite

Add E2E tests for subscriptions

Closed this issue · 2 comments

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

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

Closed in #12