-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adapt the plugin for Firefox #5
Comments
This comment was marked as outdated.
This comment was marked as outdated.
So the priority for use in Firefox is low? As in, not a high priority? Just wanting some clarification on this topic as I have no intention to be forced to use Chrome for any project or tool. |
@weo3dev As noted by @ArtemDerevnjuk above comment this is currently blocked by Firefox capabilities, as you can read in #6 (comment) we are indeed working with their team on this. The "low" priority is that this task cannot progress until fixed somewhere else. We will keep this issue updated with our progress, be sure to subscribe to it if you want to get notification when this happens. |
Thank you so very much for the quickest response ever! I was reading #6 and I guess I was confused in my brain so now it makes sense the order in which development has to proceed. Definitely subscribed to a PR tracker and an issue tracker so I can stay up to date. Thank you again, keep up the good work!! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Previously the plugin would throw an error when it was running in an unsupported browser. This was not great for plugin consumers who run their cypress tests in both supported and unsupported browsers and are fine with only having HAR recording in supported browsers: It forced them to conditionally enable this plugin. To address this, we're changing the plugin to do nothing except `warn` that HAR recording is not supported when running in an unsupported browser. relates-to: #5 (comment)
Since our announcement of official Firefox support for Puppeteer via WebDriver BiDi, we’ve been actively collaborating with various stakeholders to encourage the transition from CDP to BiDi, given its status as a standardized protocol. Would there be interest in exploring WebDriver BiDi for your codebase? One key benefit is that it works across multiple browsers—currently including Chrome, Edge, and Firefox—with more to follow in the future. While we may still have some missing features you need, we’d love to hear your feedback on what’s required so we can prioritize additions to the specification and implementation. As part of this effort, we’ve already worked on a HAR export package using WebDriver BiDi. The details can be found here: https://github.com/firefox-devtools/bidi-har-export/. We hope this might help with integrating WebDriver BiDi into this Cypress focused HAR generator. Looking forward to hearing your thoughts! Also please note that we are going to remove the CDP support in Firefox in the near future. |
Cypress doesn't support Firefox yet
cypress-io/cypress#1096
https://bugzilla.mozilla.org/show_bug.cgi?id=1605512
The text was updated successfully, but these errors were encountered: