-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E2E testing via Continuous Integration? #251
Comments
@lowlyocean there is! fill out this form https://forms.gle/HQeHvZbWvsL1eBrEA and I'll invite you to the Discord and let's chat about this question there! |
@phoenixy1 @lowlyocean Was there an update or outcome on this that could be shared outside of Discord? I appreciate that GitHub might not be the right place for discussion, but I do think that the mock data-for-pipeline question is great, and the Plaid team's recommendations could benefit many of us working with the API. Thanks! |
@hxlnt For account and transaction data in particular, there are two ways to test it: First, you can use Plaid's custom users (https://github.com/plaid/sandbox-custom-users/). These are good for ensuring totally deterministic data, which is useful for test suites, but you also have to generate the test data yourself (we do provide some pre-populated templates for you) and you don't have full control over when transactions updates occur, since these users emulate the real-world behavior in which Plaid controls the schedule of transactions updates. Alternatively, you can use the I'm not aware of any open source projects using Plaid that also have transactions test suites built out. Hopefully that answered your question, but let me know if it doesn't! |
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
The text was updated successfully, but these errors were encountered: