rodolphe37 / automation-testing-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy React example - automated testing: "reusable input component with github workflow!"

  • 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...)

Quick Links

Demo

Tech Stack

Author

License


Picture Demo

Reusable input

demogif

Local tests

demogif

Github workflow automatic test

demogif


Tech Stack

  • React
    • Create-react-app with React testing library (jest)

Author

  • Rodolphe Augusto

License

  • MIT.

Start project

  • Clone this repo...
  • Do in the console :
  • $ cd automation-testing-react
  • $ npm i or $ npm install or yarn to install the dependencies and
  • $ npm start or yarn start

Enjoy !

About


Languages

Language:JavaScript 74.3%Language:HTML 16.4%Language:CSS 9.4%