Skip to content

Commit

Permalink
docs: update plugins.json to include new plugins (Jira ,AWS secret ma…
Browse files Browse the repository at this point in the history
…nager, multi-env) (#5941)

Adding new plugins to documentation:
- cypress-xray-junit-reporter
- cypress-env
- cypress-aws-secrets-manager
  • Loading branch information
alecmestroni authored Oct 10, 2024
1 parent 064737f commit 7695070
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1212,6 +1231,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.",
Expand Down

0 comments on commit 7695070

Please sign in to comment.