From 266716e88841f41c555192f75f0943a0319726a4 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 16 Nov 2022 17:51:27 +0000 Subject: [PATCH] Update cypress.md (#9587) --- docs/cypress.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cypress.md b/docs/cypress.md index be5c63d97c..819e3288cd 100644 --- a/docs/cypress.md +++ b/docs/cypress.md @@ -70,7 +70,9 @@ at the start of each test run. ## Writing Tests Mostly this is the same advice as for writing any other Cypress test: the Cypress docs are well worth a read if you're not already familiar with Cypress testing, eg. -https://docs.cypress.io/guides/references/best-practices . +https://docs.cypress.io/guides/references/best-practices. To avoid your tests being +flaky it is also recommended to give https://docs.cypress.io/guides/core-concepts/retry-ability +a read. ### Getting a Synapse The key difference is in starting Synapse instances. Tests use this plugin via