-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Updating Firefox AddOns for Testing #13999
Conversation
PR Review 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit 79aac12)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Ruby Addon tests are still failing with this PR, and I can't tell what RBE is doing because the BiDi tests started hanging the build on the latest Chrome version. |
Ok, versions weren't updating uniformly and guards were weird, looks good now. |
The h1 was memorable to me Merge when Firefox 127 has been released. |
* Updating Firefox AddOns for Testing * Running format script. --------- Co-authored-by: Titus Fortner <[email protected]>
User description
Merge when Firefox 127 has been released.
PR Type
enhancement, tests
Description
[email protected]
).cose.manifest
file for signed extension.manifest.mf
andmozilla.sf
files with new digest algorithms and entries.manifest.json
files to version 3 and changed extension ID to the new version for both signed and unsigned extensions.Changes walkthrough 📝
4 files
ExtensionsTest.java
Update extension ID assertions in Firefox extensions tests
java/test/org/openqa/selenium/firefox/ExtensionsTest.java
RemoteFirefoxDriverTest.java
Update extension ID assertion in RemoteFirefoxDriverTest
java/test/org/openqa/selenium/firefox/RemoteFirefoxDriverTest.java
driver_spec.rb
Update extension ID assertions and test metadata in Firefox driver
specs
rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
ff_installs_addons_tests.py
Update extension ID assertions in Firefox addon installation tests
py/test/selenium/webdriver/firefox/ff_installs_addons_tests.py
1 files
.skipped-tests
Remove skipped test entry for Firefox beta driver
.skipped-tests
5 files
cose.manifest
Add cose.manifest file for signed extension
common/extensions/webextensions-selenium-example-signed/META-INF/cose.manifest
manifest.mf
Update manifest.mf with new digest algorithms and entries
common/extensions/webextensions-selenium-example-signed/META-INF/manifest.mf
mozilla.sf
Update mozilla.sf with new digest manifest
common/extensions/webextensions-selenium-example-signed/META-INF/mozilla.sf
manifest.json
Update manifest version and extension ID for signed extension
common/extensions/webextensions-selenium-example-signed/manifest.json
manifest.json
Update manifest version and extension ID for unsigned extension
common/extensions/webextensions-selenium-example/manifest.json