About
It is a 2-day course with hands on exercises by ThoughtWorks, designed to build a community of quality analysts who practice agile methodologies in software testing life cycle.
This course will help quality analysts gain hands-on experience on Agile Testing Methodologies which can help in delivering quality software.
How to Build
-
after cloning the repo install the node modules
yarn install
ornpm install
-
To build and start the server (It will build and starts watch)
yarn start
ornpm start
-
To deploy it to the gh-pages
yarn deploy
ornpm deploy
The boilerplate is taken from create-react-app