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 open
or start all tests usingnpx cypress run