Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 9cdb0cb

Browse files
committed
remove old pitch, update readme
1 parent d994ef4 commit 9cdb0cb

File tree

4 files changed

+12
-29
lines changed

4 files changed

+12
-29
lines changed

PITCHME.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

PITCHME.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,13 @@ npm run cy:open
135135

136136
...and see the list of created example specs.
137137

138-
The slides can be shown directly via the [presentation link][presentation] above. The Markdown files in [slides](slides) folder also has a little bit of speaker notes.
138+
The slides are generated using Reveal.js from Markdown sources in the [slides](slides) folder. You can show the slides locally by running
139139

140-
Every time a new Todo is saved or deleted, it changes file `todomvc/data.json`. To reset the list back to empty run `npm run reset` command.
140+
```shell
141+
npm run slides:dev
142+
```
143+
144+
The slides are deployed to Netlify automatically, see [https://testing-workshop-cypress.netlify.app/](https://testing-workshop-cypress.netlify.app/)
141145

142146
## Additional information 🗃
143147

slides/intro/PITCHME.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Gleb Bahmutov, PhD
1+
# Cypress Testing Workshop
2+
3+
- [github.com/cypress-io/testing-workshop-cypress](https://github.com/cypress-io/testing-workshop-cypress)
4+
5+
+++
6+
## Gleb Bahmutov, PhD
27

38
- Distinguished Engineer at Cypress
49
- gleb (at) cypress.io

0 commit comments

Comments
 (0)