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

node/selenium-webdriver/firefox.js: accept zip webextensions #7464

Merged
merged 1 commit into from
Mar 4, 2020
Merged

node/selenium-webdriver/firefox.js: accept zip webextensions #7464

merged 1 commit into from
Mar 4, 2020

Conversation

glacambre
Copy link
Contributor

Prior to this commit, the node.js firefox driver prevented loading
webextensions the name of which did not end in '.xpi'. This was not very
ergonomic as web-ext, the webextension-building tool created by Mozilla
, produces files the name of which ends in '.zip' by default.

@p0deje p0deje added the C-nodejs label Aug 5, 2019
@CLAassistant
Copy link

CLAassistant commented Nov 23, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@corevo corevo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test here

Prior to this commit, the node.js firefox driver prevented loading
webextensions the name of which did not end in '.xpi'. This was not very
ergonomic as web-ext, the webextension-building tool created by Mozilla
, produces files the name of which ends in '.zip' by default.
@glacambre
Copy link
Contributor Author

@corevo thanks for pointing out where the test should be added :).

I believe everything's in order now, except the CI keeps failing. I think the reason it fails is that Travis tries to use an outdated cache. Could you clear my PR's cache and trigger a new build?

@corevo corevo merged commit 4ea3119 into SeleniumHQ:master Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants