Skip to content
Open
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
15 changes: 14 additions & 1 deletion src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{
"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/",
Expand Down Expand Up @@ -370,6 +370,19 @@
"link": "https://github.com/pradapjackie/cypress-geolocation-locale-faker",
"keywords": ["geolocation", "timezone", "locale", "language", "plugin", "testing"],
"badge": "community"
},
{
"name": "cypress-load-balancer",
"description": "A simple load balancer for Cypress tests. Use this for parallelizing jobs across CI/CD solutions or locally in separate processes.",
"link": "https://github.com/hammzj/cypress-load-balancer/",
"keywords": [
"ci",
"continuous-integration",
"load-balancer",
"parallel",
"sharding"
],
"badge": "community"
}
]
},
Expand Down