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 <titusfortner@users.noreply.github.com>

User description
Merge when Firefox 127 has been released.
PR Type
enhancement, tests
Description
webextensions-selenium-example-v3@example.com).cose.manifestfile for signed extension.manifest.mfandmozilla.sffiles with new digest algorithms and entries.manifest.jsonfiles 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 testsjava/test/org/openqa/selenium/firefox/ExtensionsTest.java
RemoteFirefoxDriverTest.java
Update extension ID assertion in RemoteFirefoxDriverTestjava/test/org/openqa/selenium/firefox/RemoteFirefoxDriverTest.java
driver_spec.rb
Update extension ID assertions and test metadata in Firefox driverspecsrb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
ff_installs_addons_tests.py
Update extension ID assertions in Firefox addon installation testspy/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 extensioncommon/extensions/webextensions-selenium-example-signed/META-INF/cose.manifest
manifest.mf
Update manifest.mf with new digest algorithms and entriescommon/extensions/webextensions-selenium-example-signed/META-INF/manifest.mf
mozilla.sf
Update mozilla.sf with new digest manifestcommon/extensions/webextensions-selenium-example-signed/META-INF/mozilla.sf
manifest.json
Update manifest version and extension ID for signed extensioncommon/extensions/webextensions-selenium-example-signed/manifest.json
manifest.json
Update manifest version and extension ID for unsigned extensioncommon/extensions/webextensions-selenium-example/manifest.json