/CypressAgileTestingNight

Primary LanguageJavaScriptMIT LicenseMIT

Cypress Demo for Agile Testing Night

CircleCI

Cypress.io tests

Slides are available here : https://slides.com/rodolphebung/cypress-agile-testing-night

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