/my-react-todolist

A guide to TDD a React/Redux TodoList App

Primary LanguageJavaScript

A guide to TDD a React/Redux TodoList App

Read the tutorial

View the App online

Setup:

npm install

Start app:

npm run start

Unit test:

npm run test

e2e/feature test:

npm run selenium-setup   // run only once
npm run selenium-start   // app must also be started with npm start
npm run e2e-tests
npm run e2e-tests-watch  // if you want to run e2e in watch mode