cypress-ts
cypress-ts copied to clipboard
A quick start for Cypress + TypeScript
Update
Cypress now supports TypeScript out of the box so you no longer need this repo. Here is a lesson using the built in support:
Cypress + TypeScript quickstart
Get started quickly with Cypress + TypeScript
Setup
git clone https://github.com/basarat/cypress-ts.git
cd cypress-ts
npm i
Use
- During development
npm start - On build server
npm test
Housekeeping
- Update dependencies to latest :
npm run update
YouTube Walkthrough
More
Enjoy 🌹

