React Testing Pipeline is a seed project demoing the sevelal testing stages of a React application!
- Install all the dependencies
npm install
- Run all the unittests
npm run test:unit
- Run all the unittests on Saucelabs
npm run test:unit:sl
- Run the functional (Cucumber) tests
npm run build npm start npm run test:functional
- Run the functional (Cucumber) tests on Saucelabs --- Missing, I'll fix soon
npm run test:functional:sl
- Run the ui tests
npm run storybook npm run test:ui
- Run the ui tests on Saucelabs --- Missing, I'll fix soon
npm run storybook npm run test:ui:sl