Skip to content

Commit 6a908a5

Browse files
authored
Remove archived plugin (#6432)
* Remove archived plugin * Update package link
1 parent 524ff52 commit 6a908a5

1 file changed

Lines changed: 82 additions & 31 deletions

File tree

src/data/plugins.json

Lines changed: 82 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@
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/",
72-
"keywords": ["aws", "secrets", "aws-secrets-manager", "secrets-manager"],
72+
"keywords": [
73+
"aws",
74+
"secrets",
75+
"aws-secrets-manager",
76+
"secrets-manager"
77+
],
7378
"badge": "community"
7479
}
7580
]
@@ -368,7 +373,14 @@
368373
"name": "cypress-geolocation-locale-faker",
369374
"description": "A Cypress plugin to mock geolocation, timezone, language, and locale settings for end-to-end testing. Useful for simulating user environments worldwide.",
370375
"link": "https://github.com/pradapjackie/cypress-geolocation-locale-faker",
371-
"keywords": ["geolocation", "timezone", "locale", "language", "plugin", "testing"],
376+
"keywords": [
377+
"geolocation",
378+
"timezone",
379+
"locale",
380+
"language",
381+
"plugin",
382+
"testing"
383+
],
372384
"badge": "community"
373385
},
374386
{
@@ -434,7 +446,15 @@
434446
"name": "cypress-env",
435447
"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.",
436448
"link": "https://github.com/alecmestroni/cypress-env",
437-
"keywords": ["multi", "environment", "env", "multi-environment", "test", "stage", "prod"],
449+
"keywords": [
450+
"multi",
451+
"environment",
452+
"env",
453+
"multi-environment",
454+
"test",
455+
"stage",
456+
"prod"
457+
],
438458
"badge": "community"
439459
},
440460
{
@@ -483,7 +503,13 @@
483503
"name": "cypress-dragndrop-kit",
484504
"description": "A lightweight, Cypress-native plugin that simplifies drag‑and‑drop and movement interactions in end-to-end tests. Perfect for testing sortable lists, draggable elements, and custom UI components.",
485505
"link": "https://github.com/vergjor/cypress-dragndrop-kit",
486-
"keywords": ["dragndrop", "drag-and-drop", "drag", "drop", "commands"],
506+
"keywords": [
507+
"dragndrop",
508+
"drag-and-drop",
509+
"drag",
510+
"drop",
511+
"commands"
512+
],
487513
"badge": "community"
488514
},
489515
{
@@ -744,12 +770,7 @@
744770
"name": "cypress-get-otp",
745771
"description": "Cypress custom command for generating OTP codes.",
746772
"link": "https://github.com/sergiubcn/cypress-get-otp",
747-
"keywords": [
748-
"authentication",
749-
"hmac",
750-
"otp",
751-
"totp"
752-
],
773+
"keywords": ["authentication", "hmac", "otp", "totp"],
753774
"badge": "community"
754775
}
755776
]
@@ -1009,7 +1030,18 @@
10091030
"name": "cypress-xray-junit-reporter",
10101031
"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.",
10111032
"link": "https://github.com/alecmestroni/cypress-xray-junit-reporter",
1012-
"keywords": ["reporter", "xray", "mochawesome", "jira", "screenshot", "issue", "junit", "screenshots","CI", "CLI"],
1033+
"keywords": [
1034+
"reporter",
1035+
"xray",
1036+
"mochawesome",
1037+
"jira",
1038+
"screenshot",
1039+
"issue",
1040+
"junit",
1041+
"screenshots",
1042+
"CI",
1043+
"CLI"
1044+
],
10131045
"badge": "community"
10141046
},
10151047
{
@@ -1078,8 +1110,15 @@
10781110
{
10791111
"name": "cypress-xray-plugin",
10801112
"description": "A plugin for uploading Cypress test results to Xray, including evidence such as screenshots, videos or custom data. Fully compatible with Cucumber.",
1081-
"link": "https://github.com/Qytera-Gmbh/cypress-xray-plugin",
1082-
"keywords": ["reporter", "xray", "jira", "cucumber", "screenshot", "video"],
1113+
"link": "https://github.com/csvtuda/cypress-xray-plugin",
1114+
"keywords": [
1115+
"reporter",
1116+
"xray",
1117+
"jira",
1118+
"cucumber",
1119+
"screenshot",
1120+
"video"
1121+
],
10831122
"badge": "community"
10841123
}
10851124
]
@@ -1126,31 +1165,36 @@
11261165
"name": "cypress-temp-mail",
11271166
"description": "Lightweight npm library designed to generate temporary email addresses for end-to-end testing with Cypress",
11281167
"link": "https://github.com/madhusaran/cypress-temp-mail",
1129-
"keywords": ["cypress-temp-mail", "email","temp-mail", "test", "commands"],
1168+
"keywords": [
1169+
"cypress-temp-mail",
1170+
"email",
1171+
"temp-mail",
1172+
"test",
1173+
"commands"
1174+
],
11301175
"badge": "community"
11311176
},
11321177
{
1133-
"name":"cymap",
1134-
"description":"Access email from any email server by leveraging IMAP capabilities inside Cypress.",
1135-
"link":"https://github.com/FC122/cymap",
1136-
"keywords":["imap", "email", "test", "commands"],
1137-
"badge":"community"
1178+
"name": "cymap",
1179+
"description": "Access email from any email server by leveraging IMAP capabilities inside Cypress.",
1180+
"link": "https://github.com/FC122/cymap",
1181+
"keywords": ["imap", "email", "test", "commands"],
1182+
"badge": "community"
11381183
},
11391184
{
1140-
"name":"cypress-mailpit",
1141-
"description":"A collection of useful Cypress commands for testing Emails utilizing the Mailpit RestAPI. Comes with TypeScript support",
1142-
"link":"https://github.com/pushpak1300/cypress-mailpit",
1143-
"keywords":["mailpit", "email", "test", "commands", "email"],
1144-
"badge":"community"
1185+
"name": "cypress-mailpit",
1186+
"description": "A collection of useful Cypress commands for testing Emails utilizing the Mailpit RestAPI. Comes with TypeScript support",
1187+
"link": "https://github.com/pushpak1300/cypress-mailpit",
1188+
"keywords": ["mailpit", "email", "test", "commands", "email"],
1189+
"badge": "community"
11451190
},
11461191
{
1147-
"name":"cypress-sql",
1148-
"description":"The @dankieu/cypress-sql package supports the following database connections Sql server, Mysql, OracleDB, Postgress",
1149-
"link":"https://github.com/testervippro/cypress-sql",
1150-
"keywords":["sql", "database", "test", "commands", "oracle"],
1151-
"badge":"community"
1192+
"name": "cypress-sql",
1193+
"description": "The @dankieu/cypress-sql package supports the following database connections Sql server, Mysql, OracleDB, Postgress",
1194+
"link": "https://github.com/testervippro/cypress-sql",
1195+
"keywords": ["sql", "database", "test", "commands", "oracle"],
1196+
"badge": "community"
11521197
}
1153-
11541198
]
11551199
},
11561200
{
@@ -1160,7 +1204,14 @@
11601204
"name": "cypress-temp-sms",
11611205
"description": "Generates temporary mobile numbers that shall be used for SMS verification (OTP,2FA)",
11621206
"link": "https://github.com/madhusaran/cypress-temp-sms",
1163-
"keywords": ["cypress-temp-sms", "sms","temp-number", "otp", "2fa", "commands"],
1207+
"keywords": [
1208+
"cypress-temp-sms",
1209+
"sms",
1210+
"temp-number",
1211+
"otp",
1212+
"2fa",
1213+
"commands"
1214+
],
11641215
"badge": "community"
11651216
}
11661217
]

0 commit comments

Comments
 (0)