Skip to content
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

Migrate from Apollo MockedProvider to Mock Service Worker #62

Closed
RobinTTY opened this issue Oct 1, 2023 · 0 comments
Closed

Migrate from Apollo MockedProvider to Mock Service Worker #62

RobinTTY opened this issue Oct 1, 2023 · 0 comments
Assignees
Labels
client Issues which are related to the React frontend testing Tasks related to software testing
Milestone

Comments

@RobinTTY
Copy link
Owner

RobinTTY commented Oct 1, 2023

The official testing approach of the Apollo client currently has serious shortcomings which I am already encountering (apollographql/apollo-client#9738). I should migrate to a more robust GraphQL testing strategy to mitigate these and future problems. Mock Service Worker seems to be a very good replacement. It intercepts requests and can therefore imitate real server behavior well.

@RobinTTY RobinTTY added testing Tasks related to software testing client Issues which are related to the React frontend labels Oct 1, 2023
@RobinTTY RobinTTY added this to the Version 1.0 milestone Oct 1, 2023
@RobinTTY RobinTTY self-assigned this Oct 1, 2023
@github-project-automation github-project-automation bot moved this from 📝 Todo to ✅ Done in PersonalFinanceDashboard 1.0 Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Issues which are related to the React frontend testing Tasks related to software testing
Projects
Status: Done
Development

No branches or pull requests

1 participant