Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 834 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 834 Bytes

XtremeTesting

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.

This Repo is the website for XtremeTesting event

How to Build

  • after cloning the repo install the node modules

    yarn install or npm install

  • To build and start the server (It will build and starts watch)

    yarn start or npm start

  • To deploy it to the gh-pages

    yarn deploy or npm deploy

The boilerplate is taken from create-react-app