This project is a starting point to create a typescript cypress testing project. It contains cypress
and cypress-pipe
, along with a simple test written in typescript to demonstrate basic functionality.
- Clone the repo to your machine.
- Run
yarn
in the repo directory. - Run
yarn cypress open
in the repo directory. - Use the cypress UI to run the test, verifying that it passes.
- Modify the
cypress.json
file to point to the website you'd like to test. - Start testing!
NOTE: The docs
folder can be deleted. It is only present to enable the initial demo test to run.