-
Notifications
You must be signed in to change notification settings - Fork 245
Description
Hi folks, I'm not really sure if there's a channel in Discord where devs can discuss Plaid in real-time, but I think this is an appropriate place for this question:
If someone's built an integration with Plaid, such as this Pattern project, what facility is there for end-to-end testing as part of the CI/CD pipeline? For example, I want to set up canned account/transaction data as part of my tests and ensure some button press in the UI renders correctly my app's transformations on that account/transaction data.
Is there a self-contained stateful mock of the Plaid API (something like this for Stripe)? Or would my pipeline need to really connect to Plaid's servers to use some Sandbox? Any active examples of E2E testing a Plaid integration in CI/CD pipeline would be appreciated! Thanks