Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSetup CI infra to run DevTools tests against multiple React versions #19371
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple React versions, including v15, all v16 minors, and the current HEAD of master branch.
Setting this up will involve several things:
Suspensein a version of React that didn't include that component yet).