Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

mark43/testing-workshop-cypress

 
 

Repository files navigation

testing-workshop-cypress

Requirements

Setup

In order to get the code and install dependencies

git clone --depth 1 [email protected]:mark43/testing-workshop-cypress.git
cd testing-workshop-cypress
npm i && npm run dev

Note for Windows users: if npm start throws an error, it is probably due to cd todomvc; ... first command in the npm start script. In this case change the working folder to "todomvc" and run npm start from there.

You should be able to access the app at http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • HTML 14.8%