You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment firefox is failing in CI for two reasons:
Our new playwright base image does not contain jq
The firefox tests which are able to run (pinned to an outdated Firefox ESR Version) are experiencing security issues.
The fix for 1 is to reach out to the playwright team to have jq added as a based dependency OR bundle our own firefox binary with #4440
Fix 2 will require us to create a custom security profile for firefox and load it at runtime. This implementation may cause problems depending on the user's installed version of firefox. We might want to get #4440 implemented first.
The text was updated successfully, but these errors were encountered:
Summary
At the moment firefox is failing in CI for two reasons:
jq
The fix for 1 is to reach out to the playwright team to have jq added as a based dependency OR bundle our own firefox binary with #4440
Fix 2 will require us to create a custom security profile for firefox and load it at runtime. This implementation may cause problems depending on the user's installed version of firefox. We might want to get #4440 implemented first.
The text was updated successfully, but these errors were encountered: