This is a small sample for testing an angular webapp with cypress
- Install the depenencies using
npm install - Start a development server of the angular webapp which is reachable on
http://localhost:4200/usingng serve - Start the cypress application using
npx cypress openor start all tests usingnpx cypress run