You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for your work on this essential plugin for Vue.
I have an important 'feature' request, which I think is necessary to be able to release a stable version of this plugin. And it's about implementing a solid testing strategy.
Everytime a new release is published, a bunch of regression or new bugs show up. This is the ultimate sign of a bad testing strategy. And it's true, because most PRs (both features and bug fixes) get merged without an accompanying test.
A few examples of issues, that probably could have been prevented with proper testing:
First of all, thanks for your work on this essential plugin for Vue.
I have an important 'feature' request, which I think is necessary to be able to release a stable version of this plugin. And it's about implementing a solid testing strategy.
Everytime a new release is published, a bunch of regression or new bugs show up. This is the ultimate sign of a bad testing strategy. And it's true, because most PRs (both features and bug fixes) get merged without an accompanying test.
A few examples of issues, that probably could have been prevented with proper testing:
fetchPolicy
is set to "cache-and-network" #1315fetchPolicy
value as valid #936and probably some more.
A few examples of recently merged PRs without an accompanying test:
The text was updated successfully, but these errors were encountered: