testing
https://reactjs.org/docs/testing-recipes.html
https://www.valentinog.com/blog/testing-react/
custom hooks
https://www.richardkotze.com/coding/mocking-react-hooks-unit-testing-jest
Integration tests
https://css-tricks.com/react-integration-testing-greater-coverage-fewer-tests/
REact testing library
https://testing-library.com/docs/react-testing-library/intro/
https://www.robinwieruch.de/react-testing-library
End to End test
https://blog.logrocket.com/react-end-to-end-testing-jest-puppeteer/
Html test reports
https://www.npmjs.com/package/jest-html-reporter
https://dkelosky.github.io/jest-stare/
https://github.com/adamgruber/mochawesome
https://medium.com/docplanner-tech/running-end-to-end-testing-with-jest-puppeteer-and-cucumber-8b229ecda6e2
Last updated