Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Next Level E2E Testing with Cypress @ Webdeveloper Stammtisch Saar 37

Next Level E2E Testing with Cypress @ Webdeveloper Stammtisch Saar 37

Slides for Meetup:
https://www.meetup.com/de-DE/Webdeveloper-Stammtisch-Saar/events/258736334/

Topic: Next Level E2E Testing with Cypress
* Testing
* Cypress
* Sample Case 'plasticalypse'
* Cypress in Action

David Würfel

April 04, 2019
Tweet

More Decks by David Würfel

Other Decks in Programming

Transcript

  1. • • • • • • • • “Fast, easy

    and reliable testing for anything that runs in a browser.”
  2. > npm install --save-dev cypress // Install cypress // Add

    "cy:open": "cypress open" as npm script > npm start // Start your app > npm run cy:open // Also generates examples files and folders // Optional: Typescript support > npm install --save-dev @bahmutov/add-typescript-to-cypress // Add tsconfig.json (https://docs.cypress.io/guides/tooling/typescript-support.html)