Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 635 Bytes

Cypress Demo for Devfest Lille 2019

CircleCI

Cypress.io tests

Slides are available here : https://slides.com/rodolphebung/cypress-devfest-lille

Pre-requisites

  • A NodeJS installation

Installation

npm install

Run the web application

npm start

Open Cypress UI

npm run cypress:open

Run Cypress tests in headless mode

npm run cypress:run