Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add talks to examples from issue 28 #672

Merged
merged 14 commits into from
Jun 5, 2018
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@
"set-immediate-shim": "2.0.0",
"yall": "github:malchata/yall.js#1c782f1ab7a0becb1a88fd6f3b260e55d5e213a2"
}
}
}
15 changes: 15 additions & 0 deletions source/_data/talks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- title: "Accélerez vos tests end to end avec Cypress"
url: https://www.youtube.com/watch?v=UpBfQ6mdb8U&amp=&feature=youtu.be
sourceName: Devox France
date: May 2, 2018
author: Rodolphe Bung
youtubeId: UpBfQ6mdb8U

- title: "Extracting a React Component with Cypress"
url: https://youtu.be/Sth0bGfFOMw
sourceName: Big Nerd Ranch Webinar
Expand All @@ -12,6 +19,14 @@
date: Apr 26, 2018
author: Josh Justice
youtubeId: CMN8boToKWI

- title: "VueJs Applied + Testing with Cypress.io"
url: https://www.youtube.com/watch?time_continue=29&v=dpB0YgnFyZQ
sourceName: JavaScript Meetup - St. Louis
sourceUrl: https://www.meetup.com/STL-JS-meetup/events/247430738/
date: Apr 19, 2018
author: Christian Catalan
youtubeId: dpB0YgnFyZQ

- title: "Painless testing for React applications"
url: https://youtu.be/lgurVvQsOTY
Expand Down