Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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.",
Expand Down