From e8b14b37b924d3872faedce3f7cf9bcef32287f3 Mon Sep 17 00:00:00 2001 From: Marjy Guery Date: Tue, 23 Apr 2019 11:55:05 -0400 Subject: [PATCH] Update blogs.yml --- source/_data/blogs.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/_data/blogs.yml b/source/_data/blogs.yml index 47c99cac7c..d7637a5d63 100644 --- a/source/_data/blogs.yml +++ b/source/_data/blogs.yml @@ -39,6 +39,22 @@ large: author: Karthik kk date: Apr 8, 2019 img: /img/examples/visual-ui-testing-percy-cypress.png + + - title: "Next Level E2E Testing with Cypress @ Webdeveloper Stammtisch Saar 37" + sourceUrl: https://speakerdeck.com/mrcube42 + url: https://speakerdeck.com/mrcube42/next-level-e2e-testing-with-cypress-at-webdeveloper-stammtisch-saar-37 + sourceName: Speaker Deck + author: David Wurfel + date: Apr 04, 2019 + img: /img/examples/next-level-e2e-testing-with-cypress.png + + - title: "Testing using Cypress in JavaScript" + url: https://confluence.xpand-it.com/display/public/XRAY/Testing+using+Cypress+in+JavaScript + sourceName: Confluence + sourceUrl: https://confluence.xpand-it.com/display/public/XRAY/Xray+Documentation+Home + author: Sergio Freire + date: Apr 01, 2019 + img: /img/examples/testing-using-cypress-in-javascript.png - title: "How to Create and Use Fixtures in Cypress Tests" url: https://chipcullen.com/how-to-create-and-use-fixtures-in-cypress-tests/ @@ -64,6 +80,14 @@ large: date: Mar 15, 2019 img: /img/examples/cypress-aws-lambda.png + - title: "Write tests without the pain" + url: https://slides.com/simonhen/cypress + sourceName: Slides + sourceUrl: https://simonhenrotte.com/ + author: Simon Henrotte + date: Mar 7, 2019 + img: /img/examples/write-tests-without-pain.png + - title: "Testing an email workflow from end to end with Cypress" url: https://humble.dev/testing-an-email-workflow-from-end-to-end-with-cypress sourceName: humbledev