Skip to content

Commit a0b62c8

Browse files
authored
Docs: Add plugin "cypress-load-balancer" (#6315)
* add:cypress-load-balancer plugin * fix:linting * chg:move to Development Tools
1 parent aac19c6 commit a0b62c8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/data/plugins.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{
6666
"name": "Secret Managment",
6767
"plugins": [
68-
{
68+
{
6969
"name": "Cypress AWS Secrets Manager",
7070
"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.",
7171
"link": "https://github.com/alecmestroni/cypress-aws-secrets-manager/",
@@ -370,6 +370,19 @@
370370
"link": "https://github.com/pradapjackie/cypress-geolocation-locale-faker",
371371
"keywords": ["geolocation", "timezone", "locale", "language", "plugin", "testing"],
372372
"badge": "community"
373+
},
374+
{
375+
"name": "cypress-load-balancer",
376+
"description": "A simple load balancer for Cypress tests. Use this for parallelizing jobs across CI/CD solutions or locally in separate processes.",
377+
"link": "https://github.com/hammzj/cypress-load-balancer/",
378+
"keywords": [
379+
"ci",
380+
"continuous-integration",
381+
"load-balancer",
382+
"parallel",
383+
"sharding"
384+
],
385+
"badge": "community"
373386
}
374387
]
375388
},

0 commit comments

Comments
 (0)