Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`