Split React Native Web Component Tests For Free

1 ยท Gleb Bahmutov ยท Feb. 28, 2023, 3:38 p.m.
Let's say you are using react-native-web to see your RN components in the browser. In my example, we are bundling the RN code using Next.js + Webpack and we have lots of components. We can write Cypress component tests and develop parts of our application in isolation with very quick feedback loop. This blog post shows how to run all these component tests in parallel for free using my plugin cypress-split.๐ŸŽ You can find the source code shown in this blog post in the repo bahmutov/rn-examples. Ch...