Skip to content

Commit d51ff22

Browse files
Merge pull request #4455 from cypress-io/add-cypress-chrome-recorder
feat(plugins): add cypress chrome recorder to plugins page
2 parents eacec0a + e90aa23 commit d51ff22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/_data/plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,16 @@
928928
"testing service"
929929
],
930930
"badge": "community"
931+
},
932+
{
933+
"name": "Cypress Chrome Recorder",
934+
"description": "Tool for exporting Cypress Tests from Google Chrome DevTools' Recordings",
935+
"link": "https://github.com/cypress-io/cypress-chrome-recorder",
936+
"keywords": [
937+
"visual testing",
938+
"recorder"
939+
],
940+
"badge": "experimental"
931941
}
932942
]
933943
},

0 commit comments

Comments
 (0)