Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baloise/talk-cypress.io
- Owner: baloise
- License: cc-by-4.0
- Created: 2018-12-05T07:11:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T13:29:03.000Z (about 6 years ago)
- Last Synced: 2024-11-09T08:36:00.040Z (2 months ago)
- Topics: cypress, cypress-io, e2e-tests, presentation, selenium
- Language: JavaScript
- Homepage: https://baloise.github.io/talk-cypress.io/index#/
- Size: 16.4 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
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).