-
Notifications
You must be signed in to change notification settings - Fork 67
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
WebDriver not working in mojave-base when it worked in high-sierra-base #14
Comments
Broken on mojave-base even with sudo safaridriver --enable (cirruslabs/macos-image-templates#14).
Sorry to hear about the regression! Quick Googling doesn't show how to automate setting |
I wasn't able to find a viable way to automate this configuration. I prefer not to modify the VMs manually so not sure what to do here. How crucial for you testing on Safari? |
We’re running the macOS VMs specifically to get WebAssembly testing in Safari. There’s not really a point for the macOS builds without it for us until we start using the macOS build to create precompiled binaries, which isn’t for a 4-6 weeks. |
Got it. Just manually modified the VM. Please try to re-enable the tests again. |
@fkorotkov fixed (cirruslabs/macos-image-templates#14 (comment)) the `mojave-base` to "Allow Remote Automation" in Safar.
The build (https://cirrus-ci.com/task/5356567184015360) is fixed (GetFirefly/firefly#319). Thanks @fkorotkov. |
Build that were auto-upgraded from
high-sierra-base
tomojave-base
or with an updated.cirrus.yml
are stuck with the following prompt:https://cirrus-ci.com/task/4760821944549376?command=lumen_web_test#L260
The
.cirrus.yml
already containedsudo safaridriver --enable
calls, which do succeed, but unlike onhigh-sierra-base
, this is not enough to get Safari working with Web Driver.Can you enable some setting in the image to fix this?
The text was updated successfully, but these errors were encountered: