Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.14 KB

talk-cypress.io

A talk about the usage of the e2e testing tool cypress.

View the presentation

You can view it directly here on Github

Working with a reveal.js presentation

  • The presentation is created with reveal.js.
  • You can find the documentation here: Doku
  • The slides are navigatable with the arrows on your keyboard
  • Google Chrome offers the best user experience
  • "F" jumps to fullscreen mode, exit with ESC
  • "O" shows an overview of all slides, exit with ESC
  • CTRL + P offers a view which is perfect for printing. You can also print those as pdfs, but you need to have the dev server running locally to use this feature
  • You found an error or have a question? Open a pull request or file an issue

Run the presentation locally

You only need to have node.js (>= 8.4.0) installed.

Installing node.js:

Installing dependencies

$ npm install

Run the application locally

$ npm start

Open localhost on Port 3000.