Test project
This is a test project
Running Your Site Locally
-
Install Node.js and npm
-
Clone project:
git clone git@github.com:thamanchand/vitl-test.git cd vitl-test
-
Install npm dependencies:
yarn
-
Starts a development server
yarn start
-
Browse to http://localhost:3000/
Running cypress test
Make sure development server is running at http://localhost:3000.
Open new tab in terminal and start cypress server
-
Starts cypress test server
yarn run cypress open
-
Once browser is opened you will see
vitl.spec.js
under examples, Clickvitl.spec.js
to run test
- See test live in action