From 2f94b5867f33d0fd5dc205de22bdd82fe94bc9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20P?= Date: Tue, 5 Oct 2021 10:09:43 -0700 Subject: [PATCH] Add Sauce Labs reporter plugin --- content/_data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/_data/plugins.json b/content/_data/plugins.json index b095878f9c..a4328a72ff 100644 --- a/content/_data/plugins.json +++ b/content/_data/plugins.json @@ -1002,6 +1002,13 @@ "link": "https://github.com/maritome/cypress-msteams-reporter", "keywords": ["reporter", "ms-teams", "allure-report"], "badge": "community" + }, + { + "name": "@saucelabs/cypress-plugin", + "description": "Sauce Labs reporting tool. A reporting tool which uploads results and artifacts to Sauce Labs.", + "link": "https://github.com/saucelabs/sauce-cypress-plugin", + "keywords": ["reporter", "saucelabs"], + "badge": "community" } ] },