From 355290d6f213ce31a047039a9ad4304bd4f7f1d3 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Tue, 10 Sep 2019 14:54:17 +1000 Subject: [PATCH] Update cypress.md --- docs/testing/cypress.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/testing/cypress.md b/docs/testing/cypress.md index fd8c6cbc1..3d7ed70d2 100644 --- a/docs/testing/cypress.md +++ b/docs/testing/cypress.md @@ -415,3 +415,5 @@ Example package.json: * Recipes (Lists recipes with descriptions. Click on headings to navigate to the source code for the recipe): https://docs.cypress.io/examples/examples/recipes.html * Visual Testing : https://docs.cypress.io/guides/tooling/visual-testing.html * Optionally set a `baseUrl` in cypress.json to [prevent an initial reload that happens after first `visit`.](https://github.com/cypress-io/cypress/issues/2542) +* Code coverage with cypress: [Webcast](https://www.youtube.com/watch?v=C8g5X4vCZJA) +