Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 909 Bytes

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 🌹