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
- Host: GitHub
- URL: https://github.com/irontec/slides-cypressio
- Owner: irontec
- Created: 2019-03-22T12:24:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T15:10:10.000Z (about 7 years ago)
- Last Synced: 2025-01-31T04:53:54.718Z (over 1 year ago)
- Topics: cypress-io, e2e, e2e-testing, slides
- Language: JavaScript
- Homepage: https://irontec.github.io/slides-cypressio/#/
- Size: 43.3 MB
- Stars: 1
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?