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

https://github.com/irontec/slides-cypressio

Cypress.io - testing e2e en la web moderna
https://github.com/irontec/slides-cypressio

cypress-io e2e e2e-testing slides

Last synced: 7 months ago
JSON representation

Cypress.io - testing e2e en la web moderna

Awesome Lists containing this project

README

          

# Revel.js webpack starter

A simple

## Usage

Clone this proyect and change the **./content** directory:

* Edit _config.json_

* Add slides and index them on config.json.

* Add your media files to be added on the bundle.

* Edit your custom css on _content/css/index.scss_.

```json
{
"title": "🦄 Automatización de tests con Cypress.io 🦄",
"options": {
"controls": true,
"progress": true,
"history": true,
"center": true,
"slideNumber": false,
"touch": true,
"hideAddressBar": true,
"mouseWheel": true
},
"slides": [
{"path": "index.md", "attrs": {"class":"intro"}},
[
"subcontent/01.md",
"subcontent/02.md"
],
"end.html"
]
}
```

## Development time

```bash
npm start
```

Will open a dev-server on http://localhost:8080

## Bundle time

```bash
npm run build
```

Will create a build on _./dist/_.

# TODO

* npm init
* ¿Support for custom themes?
* ¿Auto publish on github/gitlab pages?
* ¿generate a SEO friendly dist?