This is a work in progress repo, not ready for prime time yet - Ankush
Create a simple react app that has tests working
Clone this repo and ensure that you are following Git Flow convention to submitting PRs to your OWN repo
- Setup testing framework
- Add tests
- Setup GitHub actions
Note This project uses volta, so please set it up. Also, read: Why use Volta?
Ensure that you follow TDD approach to writing your code.
The tests are available and marked as skip
. Enable your tests by converting the
skip
into test
Ensure that your milestone tests are passing, before submitting the PR
- Create a controlled component input box
- Create a composed sign up component using the input box components
- Perform validations on the input to enable/disable the Next step button
- Create an OTP component
- Upon successful email/name entry, get to OTP step
Starbucks has the following denotions for sizes:
Tall - Small glass
Grande - Regular glass
Venti - Big mug
Trenta - Biggest bucket
-
Simple easy to understand video on doing TDD by Eve Porcello - YouTube Link at time 5:46:14
-
Links and resources for Eve's talk about TDD with React! ⚛️ - eveporcello/women-of-react-2020 GitHub Link
-
Testing React by Kent C Todds - YouTube Link
-
Testing Overview - Official Docs
A guide for beginners to understand and learn Testing in ReactJS Project. This would be a detail documentation on Testing.