Skip to content

Commit 067af8d

Browse files
authored
Add Plugins: cypress-plugin-grep-boxes & cypress-cli-select (#6105)
* add new grep plugins * fix formatting
1 parent cad4643 commit 067af8d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/data/plugins.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,25 @@
149149
},
150150
{
151151
"name": "cypress-plugin-last-failed",
152-
"description": "A companion Cypress plugin for `cy-grep` that re-runs the last failed test(s).",
152+
"description": "A companion Cypress plugin for `cy-grep` that re-runs the last failed test(s).",
153153
"link": "https://github.com/dennisbergevin/cypress-plugin-last-failed",
154154
"keywords": ["grep", "ui", "failure", "results"],
155155
"badge": "community"
156156
},
157+
{
158+
"name": "cypress-plugin-grep-boxes",
159+
"description": "A companion Cypress plugin for `cy-grep` that allows users to run specific test(s) in open mode.",
160+
"link": "https://github.com/dennisbergevin/cypress-plugin-grep-boxes",
161+
"keywords": ["grep", "ui"],
162+
"badge": "community"
163+
},
164+
{
165+
"name": "cypress-cli-select",
166+
"description": "Cypress interactive cli prompt to select and run specific specs, tests or tags",
167+
"link": "https://github.com/dennisbergevin/cypress-cli-select",
168+
"keywords": ["grep", "cli", "tags"],
169+
"badge": "community"
170+
},
157171
{
158172
"name": "cly",
159173
"description": "A prototype of generating quicker project scaffolding for Cypress.",

0 commit comments

Comments
 (0)