diff --git a/source/_data/talks.yml b/source/_data/talks.yml index 347e1bf3a9..bf0600513a 100644 --- a/source/_data/talks.yml +++ b/source/_data/talks.yml @@ -1,3 +1,27 @@ +- title: "End to End Testing: The Game Has Changed" + url: https://www.youtube.com/watch?v=D-h3bhzauKo&feature=youtu.be&t=11383 + sourceName: JSConf Iceland + sourceUrl: https://2018.jsconf.is/ + date: Mar 1, 2018 + author: Will Klein + img: /img/examples/ui-state-time-travel-js-conf-iceland.jpg + +- title: "Moving Around the Testing Pyramid" + url: https://www.youtube.com/watch?v=5XQOK0v_YRE&t=0s&index=4&list=PLZ66c9_z3umNSrKSb5cmpxdXZcIPNvKGw + sourceName: "Assert(js)" + sourceUrl: https://www.youtube.com/watch?v=5FnalKRjpZk&t=0s&index=5&list=PLZ66c9_z3umNSrKSb5cmpxdXZcIPNvKGw + date: Feb 22, 2018 + author: Gleb Bahmutov + img: /img/examples/moving-the-testing-pyramid.jpg + +- title: "Cypress Best Practices" + url: https://www.youtube.com/watch?v=5XQOK0v_YRE&t=0s&index=4&list=PLZ66c9_z3umNSrKSb5cmpxdXZcIPNvKGw + sourceName: "Assert(js)" + sourceUrl: https://www.youtube.com/playlist?list=PLZ66c9_z3umNSrKSb5cmpxdXZcIPNvKGw&mc_cid=ddf9309c22&mc_eid=c05d20b621 + date: Feb 22, 2018 + author: Brian Mann + img: /img/examples/best-practices-at-assert-js.jpg + - title: "End to End Testing: The Game Has Changed" url: https://www.youtube.com/watch?v=rICGz5qrYJU&feature=youtu.be&t=1h14m46s sourceName: ReactJS Denver diff --git a/source/img/examples/best-practices-at-assert-js.jpg b/source/img/examples/best-practices-at-assert-js.jpg new file mode 100644 index 0000000000..b3adf74275 Binary files /dev/null and b/source/img/examples/best-practices-at-assert-js.jpg differ diff --git a/source/img/examples/moving-the-testing-pyramid.jpg b/source/img/examples/moving-the-testing-pyramid.jpg new file mode 100644 index 0000000000..039f64727e Binary files /dev/null and b/source/img/examples/moving-the-testing-pyramid.jpg differ diff --git a/source/img/examples/ui-state-time-travel-js-conf-iceland.jpg b/source/img/examples/ui-state-time-travel-js-conf-iceland.jpg new file mode 100644 index 0000000000..1be23c5762 Binary files /dev/null and b/source/img/examples/ui-state-time-travel-js-conf-iceland.jpg differ