- Little example how to test your reusable input component (testing if each input is empty or not, email & password error message is in the document, etc...)
Reusable input
Local tests
Github workflow automatic test
- React
- Create-react-app with React testing library (jest)
- Rodolphe Augusto
- MIT.
- Clone this repo...
- Do in the console :
$ cd automation-testing-react
$ npm i
or$ npm install
oryarn
to install the dependencies and$ npm start
oryarn start
Enjoy !