Skip to content

[E2E] Mock MailChimp API to speed up tests and allow them to run in parallel. #143

@iamdharmesh

Description

@iamdharmesh

Is your enhancement related to a problem? Please describe.

Currently, when running E2E tests, actual calls to the Mailchimp API are being made. This slows down the overall test execution speed and causes issues when running tests in parallel. The settings on Mailchimp get updated by other parallel tests, which leads to failures in the current test.

This issue is created to explore ways to speed up the tests and investigate the possibility of mocking the Mailchimp API.

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions