Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowsky/deck-testing-in-js-world
slides
https://github.com/lowsky/deck-testing-in-js-world
Last synced: 20 days ago
JSON representation
slides
- Host: GitHub
- URL: https://github.com/lowsky/deck-testing-in-js-world
- Owner: lowsky
- Created: 2019-03-12T19:25:06.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T00:00:36.000Z (22 days ago)
- Last Synced: 2024-12-18T01:19:46.872Z (22 days ago)
- Language: JavaScript
- Homepage: https://lowsky.github.io/deck-testing-in-js-world/#1
- Size: 127 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deck-testing-in-js-world
This is using `remarker` for generating the slides based on `remark`!
# Start presentation
Run `yarn build` for creating the Slide deck in the `build` folder.
For starting presentation, just run
`open build/index.html`
# Working on the slides:
Run `yarn start` . It has auto-reloading built-in.
# End-to-end: Using puppeteer
`node e2e-via-puppeteer.spec.js`
# End-to-end: Using Cypress
## Running Cypress Test Runner
`yarn test`
## Opening Cypress Test Runner
`yarn open`