Simple React app to show random names from different Regions
https://random-names.netlify.app
yarn
yarn start
yarn start
yarn run unit-test
One Command (to be run with headless browser and pr checker / ci-cd pipeline)
yarn test-integration
Two command (to see the results on nice UI) run in different tabs
yarn start
yarn cypress-web
One Command (to be run with headless browser and pr checker / ci-cd pipeline)
yarn test-integration-and-visual
Two command (to see the results on nice UI). run in different tabs
yarn start
yarn visual-test
- Simplest react app (raw webpack and babbel)
- Typescript
- material ui
- State/Props/events
- Deploy to Netlify
- Creating CI in Travis to run tests during pr creation
- Integration testing with cypress
- Unit testing with React-testing-library