Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baloise/talk-cypress.io

talk about cypress.io and its differences to selenium
https://github.com/baloise/talk-cypress.io

cypress cypress-io e2e-tests presentation selenium

Last synced: 6 days ago
JSON representation

talk about cypress.io and its differences to selenium

Awesome Lists containing this project

README

        

# 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](https://baloise.github.io/talk-cypress.io/index#/)

## Working with a reveal.js presentation
- The presentation is created with [reveal.js](http://lab.hakim.se/reveal-js/).
- You can find the documentation here: [Doku](https://github.com/hakimel/reveal.js)
- 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:

- [Node.js](http://nodejs.org) >= 8.4.0

### Installing dependencies
```sh
$ npm install
```

### Run the application locally
```sh
$ npm start
```

Open [localhost on Port 3000](http://localhost:8000).