-
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)
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: