Skip to content

cpapazaf/react-testing-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Testing Pipeline

React Testing Pipeline is a seed project demoing the sevelal testing stages of a React application!

                         


Getting Started

  1. Install all the dependencies
    npm install
  2. Run all the unittests
    npm run test:unit
  3. Run all the unittests on Saucelabs
    npm run test:unit:sl
  4. Run the functional (Cucumber) tests
    npm run build
    npm start
    npm run test:functional
  5. Run the functional (Cucumber) tests on Saucelabs --- Missing, I'll fix soon
    npm run test:functional:sl
  6. Run the ui tests
    npm run storybook
    npm run test:ui
  7. Run the ui tests on Saucelabs --- Missing, I'll fix soon
    npm run storybook
    npm run test:ui:sl

References