Skip to content

Commit

Permalink
Adding links to examples (podcasts, talks, blogs) (#1063)
Browse files Browse the repository at this point in the history
* bump hexo

* Add new blog, screencasts, and talks

* bump package.lock

* add img for new blogs

add imgs for three new blogs

* add new blogs 

add three new blogs to examples/media

* add img for blog

img for vue.js hackernews clone blog

* add new blog

add e-2-e testing vue.js hackernews clone blog

* add img to blogs

* add blogs

reached out to Committed for author credit, received.

* add VueJs Applied + Testing with Cypress.io

* add Accélerez vos tests end to end avec Cypress

* Added blog

https://www.linkedin.com/pulse/unleash-test-automation-power-cypressio-kushan-shalindra-amarasiri-/

addresses #315

* Fixed some image resolutions on existing blogs

* added podcast

https://thewebplatformpodcast.com/164-cypressio

* added blog

https://blog.johnnyreilly.com/2018/07/cypress-and-auth0.html

* added blog

https://medium.com/@johnryancottam/integrate-an-awesome-software-testing-tool-cypress-io-into-a-react-app-in-less-than-5-minutes-b4c8bbf1f71c

* added a talk

https://www.recallact.com/presentation/automated-testing-modern-web

* added a blog

https://blog.kylegalbraith.com/2018/08/14/how-to-run-browser-tests-via-cypress-in-your-cicd-pipeline-with-aws-codebuild/

* added blog

https://medium.com/@grant.glidewell/testing-with-cypress-io-10ca7e4984e0

* added blog

https://medium.com/@er_17361/our-investment-in-cypress-io-bc974155838d

* added blog

https://www.sitefinitysteve.com/blog/code/2018/07/20/testing-functionality-with-cypress-io

* added a talk

https://www.youtube.com/watch?v=jijOIqtBGYg

* adding a blog

https://medium.com/@nickdenardis/getting-cypress-js-to-interact-with-ckeditor-f46eec01132f

* added a talk

https://www.youtube.com/watch?v=1PMxLTfh6lo&feature=youtu.be&t=1

* added a blog

https://css-tricks.com/an-intro-to-web-app-testing-with-cypress-io/

* added blog

https://hashrocket.com/blog/posts/where-am-i-url-assertions-with-cypress

* added a blog

https://blog.hasura.io/improving-our-cypress-test-automation-time-by-3x-e79f21313610

* added a blog, talk, and podcast

https://applitools.com/blog/cypress-vs-selenium-webdriver-which-is-better-for-you

https://blog.codepen.io/2018/10/16/195-cypress/

 https://www.youtube.com/watch?v=NTanPba9mZM&feature=youtu.be

* package-lock
  • Loading branch information
anjanab96 authored and jennifer-shehane committed Oct 16, 2018
1 parent e2836c5 commit 5f062be
Show file tree
Hide file tree
Showing 28 changed files with 178 additions and 13 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-eslint": "3.1.0",
"underscore.string": "3.3.5",

"wait-on": "2.1.2",
"yamljs": "0.3.0"
},
Expand Down
118 changes: 115 additions & 3 deletions source/_data/blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ small:

# large links with thumbnails, links, embedded video
large:
- title: "Cypress vs Selenium Webdriver: Which is Better for You?"
url: https://applitools.com/blog/cypress-vs-selenium-webdriver-which-is-better-for-you
sourceName: applitools
sourceUrl: https://applitools.com/blog
date: Oct 16, 2018
author: Gil Tayar
img: /img/examples/cypress-vs-selenium.png

- title: "End-to-End Testing with Cypress"
url: https://deliciousbrains.com/cypress-testing/
sourceName: Delicious Brains
sourceUrl: https://deliciousbrains.com/blog/
date: Oct 2, 2018
author: Peter Tasker
img: /img/examples/end-to-end-testing-with-cypress.jpg
img: /img/examples/end-to-end-testing-with-cypress.png

- title: Cypress.io - A JavaScript End To End Testing Tool
url: https://www.c-sharpcorner.com/article/getting-started-with-cypress-io/
Expand All @@ -24,13 +32,109 @@ large:
author: Khaja Moizuddin
img: /img/examples/c-sharp-corner-end-to-end-cypress.png

- title: Improving our Cypress test automation time by 3x
url: https://blog.hasura.io/improving-our-cypress-test-automation-time-by-3x-e79f21313610
sourceName: Medium
sourceUrl: https://blog.hasura.io/
date: Sep 10, 2018
author: Praveen Durairaj
img: /img/examples/improving-our-cypress-tests.png

- title: "An Intro to Web Site Testing with Cypress"
url: https://css-tricks.com/an-intro-to-web-app-testing-with-cypress-io/
sourceName: Medium
sourceUrl: https://css-tricks.com/
date: Aug 29, 2018
author: Devon Campbell
img: /img/examples/intro-to-website-testing.png

- title: "Slack App Testing"
url: https://medium.com/coveryourads/slack-bot-testing-e7ba6f91a98e
sourceName: Medium
sourceUrl: https://www.coveryourads.io/
date: Aug 27, 2018
author: Matthew Ledom
img: /img/examples/end-to-end-slack-app-testing-with-cypress.jpg
img: /img/examples/end-to-end-slack-app-testing-with-cypress.png

- title: "Where Am I: URL Assertions with Cypress"
url: https://hashrocket.com/blog/posts/where-am-i-url-assertions-with-cypress
sourceName: HashRocket
sourceUrl: https://hashrocket.com/blog
date: Aug 23, 2018
author: Josh Branchaud
img: /img/examples/where-am-i.png

- title: "Integrate an awesome software testing tool, Cypress.io, into a React app in less than 5 minutes"
url: https://medium.com/@johnryancottam/integrate-an-awesome-software-testing-tool-cypress-io-into-a-react-app-in-less-than-5-minutes-b4c8bbf1f71c
sourceName: Medium
sourceUrl: https://medium.com/@johnryancottam
date: Aug 15, 2018
author: John Ryan Cottam
img: /img/examples/integrate-an-awesome-software.png

- title: "How To Run Browser Tests via Cypress in Your CI/CD Pipeline with AWS CodeBuild"
url: https://blog.kylegalbraith.com/2018/08/14/how-to-run-browser-tests-via-cypress-in-your-cicd-pipeline-with-aws-codebuild/
sourceName: blog.kylegalbraith.com
sourceUrl: https://blog.kylegalbraith.com/
date: Aug 14, 2018
author: Kyle Galbraith
img: /img/examples/kyle-galbraith-how-to-run.png

- title: "Setting up Bitbucket Pipelines with proper caching of NPM and Cypress"
url: https://medium.com/@ondrej.janosik42/setting-up-bitbucket-pipelines-with-proper-caching-of-npm-and-cypress-74d033888186
sourceName: Medium
sourceUrl: https://medium.com/@ondrej.janosik42
date: Aug 5, 2018
author: Ondrej Janosik
img: /img/examples/setting-up-bitbucket.png

- title: "Testing with Cypress.io"
url: https://medium.com/@grant.glidewell/testing-with-cypress-io-10ca7e4984e0
sourceName: Medium
sourceUrl: https://medium.com/@grant.glidewell
date: Jul 30, 2018
author: Grant Glidewell
img: /img/examples/testing-with-cypress-io.png

- title: "Our Investment in Cypress.io"
url: https://medium.com/@er_17361/our-investment-in-cypress-io-bc974155838d
sourceName: Medium
sourceUrl: https://medium.com/@er_17361
date: Jul 24, 2018
author: Las Olas VC (a.k.a. LOVC)
img: /img/examples/our-investment-in-cypress.png

- title: "Testing Functionality With Cypress.io"
url: https://www.sitefinitysteve.com/blog/code/2018/07/20/testing-functionality-with-cypress-io
sourceName: Sitefinity Steve
sourceUrl: https://www.sitefinitysteve.com/
date: Jul 20, 2018
author: Sitefinity Steve
img: /img/examples/testing-functionality-with-cypress.png

- title: "Getting Cypress JS to Interact with CKEditor"
url: https://medium.com/@nickdenardis/getting-cypress-js-to-interact-with-ckeditor-f46eec01132f
sourceName: Medium
sourceUrl: https://medium.com/@nickdenardis
date: Jul 15, 2018
author: Nick DeNardis
img: /img/examples/getting-cypress-to-interact.png

- title: "Cypress and AuthO"
url: https://blog.johnnyreilly.com/2018/07/cypress-and-auth0.html
sourceName: blog.johnnyreilly.com
sourceUrl: https://blog.johnnyreilly.com/
date: Jul 9, 2018
author: John Reilly
img: /img/examples/cypress-autho.png

- title: "Cypress.io Raises $4 Million for Front End Automated Testing"
url: https://www.businesswire.com/news/home/20180626005183/en/Cypress.io-Raises-4-Million-Front-Automated-Testing
sourceName: Business Wire
sourceUrl: https://www.businesswire.com/portal/site/home/news/
date: June 26, 2018
author: Business Wire
img: /img/examples/business-wire-4mil.png

- title: "Comparing JavaScript Browser Automation Frameworks: Selenium Versus Webdriver.io Versus Puppeteer"
url: https://applitools.com/blog/comparing-javascript-browser-automation-frameworks
Expand All @@ -39,7 +143,7 @@ large:
date: June 25, 2018
author: Gil Tayar
img: https://applitools.com/blog/wp-content/uploads/2018/06/so-many-choices-s.jpg

- title: "How We Built Our Automated UI Testing Framework"
url: https://www.endgame.com/blog/technical-blog/how-we-built-our-automated-ui-testing-framework
sourceName: Endgame
Expand Down Expand Up @@ -289,6 +393,14 @@ large:
author: Martin Jakubík
img: /img/examples/cypress-typescript-blog.jpg

- title: "Up and Running with Cypress and Typescript"
url: https://www.linkedin.com/pulse/unleash-test-automation-power-cypressio-kushan-shalindra-amarasiri-/
sourceName: LinkedIn Pulse
sourceUrl: https://www.linkedin.com/in/kushana/detail/recent-activity/posts/
date: Nov 25, 2017
author: Kushan Shalindra Amarasiri
img: /img/examples/kiwi-unleash-test-automation.png

- title: "Cypress.io Vs Selenium Test Automation"
url: https://www.joecolantonio.com/2017/11/16/cypress-io-vs-selenium-test-automation/
sourceName: JoeColantonio.com
Expand Down
25 changes: 25 additions & 0 deletions source/_data/podcasts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# large links with thumbnails, links, embedded video
large:

- title: "Cypress"
url: https://blog.codepen.io/2018/10/16/195-cypress/
sourceName: CodePen
sourceUrl: https://blog.codepen.io/
date: October 16, 2018
author: Alex Vazquez, Marie Mosley, and Chris Coyier
img: /img/examples/code-pen-cypress.png

- title: "Episode 3: Dan Wahlin on End to End Testing with Cypress.io"
url: https://realtalkjavascript.simplecast.fm/e03e32ef
sourceName: Real Talk Javascript
sourceUrl: https://realtalkjavascript.simplecast.fm/
date: October 16, 2018
author: Dan Wahlin, John Papa, and Ward Bell
img: /img/examples/real-talk-javascript.png

- title: "Cypress.io"
url: https://thewebplatformpodcast.com/164-cypressio
sourceName: The Web Platform Podcast
sourceUrl: https://thewebplatformpodcast.com/
date: June 28, 2018
author: Brian Mann and Gleb Bahmutov
img: /img/examples/web-platform-podcast.png

- title: "JavaScript Testing Using Jest with Kent C. Dodds"
url: https://joecolantonio.com/testtalks/195-javascript-testing-using-jest-with-kent-c-dodds/
sourceName: TestTalks
Expand Down
39 changes: 34 additions & 5 deletions source/_data/talks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# large links with thumbnails, links, embedded video
large:
- title: "End to End Testing in the Future"
url: https://www.youtube.com/watch?v=p38bIMC-YOU
sourceName: WeAreDevs Conference
date: May 18, 2018
- title: "Hassle free E2E tests with Cypress"
url: https://www.youtube.com/watch?v=1PMxLTfh6lo&feature=youtu.be&t=1
sourceName: BuzzJS
date: Jul 30, 2018
author: Gleb Bahmutov
youtubeId: p38bIMC-YOU
youtubeId: 1PMxLTfh6lo

- title: "Hassle free E2E tests with Cypress"
url: https://www.youtube.com/watch?v=jijOIqtBGYg
sourceName: React Vienna
date: Jul 17, 2018
author: David Madner
youtubeId: jijOIqtBGYg

- title: "QIT: Caching, Testing, and Project Management"
url: https://www.youtube.com/watch?v=NTanPba9mZM&feature=youtu.be
sourceName: Coding Blocks
date: Jul 1, 2018
author: Dave Follett, Joe Zack, Nicolas Marcora
youtubeId: NTanPba9mZM

- title: "Cypress E2E Testing"
url: https://www.youtube.com/watch?v=LFUm9qV_Gjo
Expand All @@ -14,13 +28,28 @@ large:
author: Steve Schwarz
youtubeId: LFUm9qV_Gjo

- title: "Automated Testing for the Modern Web"
url: https://www.recallact.com/presentation/automated-testing-modern-web
sourceName: Recall Act
sourceUrl: https://www.recallact.com/
date: Jun 21, 2018
author: Jennifer Shehane
img: /img/examples/automated-testing-for-the-modern.png

- title: "Cypress"
url: https://www.youtube.com/watch?v=GhyE3Y5oS_0
sourceName: Bluesoft Labs
date: May 24, 2018
author: Adriano Silva
youtubeId: GhyE3Y5oS_0

- title: "End to End Testing in the Future"
url: https://www.youtube.com/watch?v=p38bIMC-YOU
sourceName: WeAreDevs Conference
date: May 18, 2018
author: Gleb Bahmutov
youtubeId: p38bIMC-YOU

- 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
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/business-wire-4mil.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/code-pen-cypress.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/cypress-autho.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/cypress-vs-selenium.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/dzone-why-cypress.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/intro-to-website-testing.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/kyle-galbraith-how-to-run.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/real-talk-javascript.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/setting-up-bitbucket.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/testing-with-cypress-io.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/web-platform-podcast.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/examples/where-am-i.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f062be

Please sign in to comment.