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

feat(plugins): add chrome recorder extension to plugin list #4749

Merged
merged 3 commits into from
Sep 22, 2022
Merged
Changes from 2 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
24 changes: 17 additions & 7 deletions content/_data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,13 @@
"link": "https://github.com/nils-hoyer/cypress-fail-on-console-error",
"keywords": ["console", "error", "fail"],
"badge": "community"
},
{
"name": "Cypress Chrome Recorder Extension",
"description": "Official Cypress extension for Chrome DevTools that allows you to export Cypress tests directly from the Recorder panel.",
"link": "https://chrome.google.com/webstore/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin",
"keywords": ["recording", "chrome", "extension", "devtools"],
"badge": "official"
}
]
},
Expand Down Expand Up @@ -608,7 +615,13 @@
"name": "cypress-forced-colors",
"description": "Cypress commands to enable and disable browser forced colors mode",
"link": "https://github.com/ling1726/cypress-forced-colors",
"keywords": ["forced colors", "high contrast", "high contrast mode", "contrast", "testing"],
"keywords": [
"forced colors",
"high contrast",
"high contrast mode",
"contrast",
"testing"
],
"badge": "community"
},
{
Expand Down Expand Up @@ -650,12 +663,12 @@
"link": "https://picklejs.com",
"keywords": ["cucumber", "collection", "actions", "commands"],
"badge": "community"
},
},
{
"name": "Pact Cypress Adapter",
"description": "Simple commands to generate Pact contracts from your existing Cypress tests, maintained by the Pactflow team",
"link": "https://github.com/pactflow/pact-cypress-adapter",
"keywords": ["pact","pactflow", "contract testing", "commands"],
"keywords": ["pact", "pactflow", "contract testing", "commands"],
"badge": "community"
}
]
Expand Down Expand Up @@ -961,10 +974,7 @@
"name": "Cypress Chrome Recorder",
"description": "Tool for exporting Cypress Tests from Google Chrome DevTools' Recordings",
"link": "https://github.com/cypress-io/cypress-chrome-recorder",
"keywords": [
"visual testing",
"recorder"
],
"keywords": ["visual testing", "recorder"],
"badge": "experimental"
}
]
Expand Down