testing Four Tips for End-to-End Testing The writing of unit and E2E tests is different. Because the unit tests verify one thing and E2E tests verify multiple things (some implicitly).
testing Testing Friction One of the barriers to entry for writing tests is the "ergonomics" of our tools. Requiring too much ceremony or boilerplate for every test will put off even the most enthusiastic
React Testing React Components Tricks Couple of minor tricks, which makes testing react components easier and future proved.
React Using "data-test" in Tests A better approach for selecting elements during testing, than using custom class names.