Open
Description
v5 is a massive breaking change. Anyone with a sizeable body of v4 tests will not be able to migrate all at once, and may not even own the ability to migrate completely. For migration to be possible for such people, they need to know how to run v5 for 1%, 10% or 90% of their tests, and still be able to run the remainder with v4.
Tips needed:
- How to install both v4 and v5 side-by-side, such that v4 is the default version
- How to annotate v5 tests so that v5 is used automatically when they are run
- Should also mention how to annotate v4 tests for clarity, but recognize that it may be impossible to change some legacy content
A focus on this scenario will improve v5 adoption dramatically. (speaking from experience on breaking changes in general, and the lack of tools for dealing with the move to v5 has also been an inhibiting factor for me personally)