Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Plugins: cypress-plugin-grep-boxes & cypress-cli-select #6105

Merged
merged 2 commits into from
Feb 19, 2025
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
16 changes: 15 additions & 1 deletion src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,25 @@
},
{
"name": "cypress-plugin-last-failed",
"description": "A companion Cypress plugin for `cy-grep` that re-runs the last failed test(s).",
"description": "A companion Cypress plugin for `cy-grep` that re-runs the last failed test(s).",
"link": "https://github.com/dennisbergevin/cypress-plugin-last-failed",
"keywords": ["grep", "ui", "failure", "results"],
"badge": "community"
},
{
"name": "cypress-plugin-grep-boxes",
"description": "A companion Cypress plugin for `cy-grep` that allows users to run specific test(s) in open mode.",
"link": "https://github.com/dennisbergevin/cypress-plugin-grep-boxes",
"keywords": ["grep", "ui"],
"badge": "community"
},
{
"name": "cypress-cli-select",
"description": "Cypress interactive cli prompt to select and run specific specs, tests or tags",
"link": "https://github.com/dennisbergevin/cypress-cli-select",
"keywords": ["grep", "cli", "tags"],
"badge": "community"
},
{
"name": "cly",
"description": "A prototype of generating quicker project scaffolding for Cypress.",
Expand Down