KabaLabs / Cypress-Recorder

A dev tool that records user interaction with a web application and generates cypress code to allow the developer to replicate that particular session.
ISC License
658 stars 90 forks source link

Firefox? #158

Open lol768 opened 4 years ago

lol768 commented 4 years ago

This looks like a great WebExtension - is there any reason it's only being offered for Chrome at the moment?

Screenshot_2020-08-01 Extension Compatibility Tester

image

ken-can-code commented 4 years ago

Hello Adam,

At the time of initial development in late 2019, Cypress was only supported on the Chrome browser. Firefox and Edge browser support were added with Cypress 4.0 in February of this year (2020). We will consider adding support in the future, but we do not have any immediate plans at this time.

However, contributions are welcome! Thanks for bringing this to our attention.

-Ken

notpushkin commented 3 years ago

I'd be happy to send in a PR but I don't see your release process documented anywhere :(

Packaging a Chrome extension (given it is compatible) for Firefox is usually as easy as packing everything in a ZIP file and submitting it to addons.mozilla.org.