From 5ebe699eb7835fed0b775e0d54fa92a1318d4fe5 Mon Sep 17 00:00:00 2001 From: alecmestroni <62354989+alecmestroni@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:09:02 +0200 Subject: [PATCH] docs: update plugins.json to add cypress-xray-junit-reporter, cypress-env & cypress-aws-secrets-manager Adding new plugins to documentation: - cypress-xray-junit-reporter - cypress-env - cypress-aws-secrets-manager --- src/data/plugins.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/data/plugins.json b/src/data/plugins.json index 63b8c15b03..059ab18e1b 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -90,6 +90,18 @@ } ] }, + { + "name": "Secret Managment", + "plugins": [ + { + "name": "Cypress AWS Secrets Manager", + "description": "This plugin integrates AWS Secrets Manager into your Cypress tests, ensuring that sensitive data like API keys, passwords, and tokens remain secure during testing. It allows for secure loading and updating of secrets directly from your tests.", + "link": "https://github.com/alecmestroni/cypress-aws-secrets-manager/", + "keywords": ["aws", "secrets", "aws-secrets-manager", "secrets-manager"], + "badge": "community" + } + ] + }, { "name": "Development Tools", "plugins": [ @@ -482,6 +494,13 @@ "keywords": ["step", "section", "readability"], "badge": "community" }, + { + "name": "cypress-env", + "description": " This utility simplifies the process of handling different environments (such as test, staging, and production) by providing a environment-specific settings in your Cypress tests.", + "link": "https://github.com/alecmestroni/cypress-env", + "keywords": ["multi", "environment", "env", "multi-environment", "test", "stage", "prod"], + "badge": "community" + }, { "name": "cypress-plugin-xhr-toggle", "description": "Hides and reveals XHR events in Cypress GUI", @@ -1205,6 +1224,13 @@ { "name": "Reporting", "plugins": [ + { + "name": "cypress-xray-junit-reporter", + "description": "Enhances your Cypress test suite with the cypress-xray-junit-reporter a specialized custom reporter designed to seamlessly generating comprehensive XRay-compatible JUnit-style XML reports, complete with embedded screenshots on test failures, facilitating a thorough analysis of test execution.", + "link": "https://github.com/alecmestroni/cypress-xray-junit-reporter", + "keywords": ["reporter", "xray", "mochawesome", "jira", "screenshot", "issue", "junit", "screenshots","CI", "CLI"], + "badge": "community" + }, { "name": "cypress-failed-log", "description": "Saves the Cypress test command log as a JSON file if a test fails.",