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
In Catalina opening a file in Safari requires the user to confirm that they want to open the file in the Safari UI. Because of this testing on safari does not work anymore without manual user interaction. According to my research this has been broken since at least Mojave.
The text was updated successfully, but these errors were encountered:
You are correct as I verified this is an issue on Mojave. A quick Google search shows other testing frameworks also have this issue: testem/testem#1387
This will exercise things like launching browsers (where they are
currently working on CI).
Add `osx` to the sharded `package:test` tests alongside `windows`. These
exercise the majority of OS specific behavior.
Skip existing safari tests due to a bug running tests in non-interactive
environments. (#1253)
Skip existing firefox tests due to a changed executable path. (Planned
fix in #2276)
Refactor a ternary chain to an if/else chain to add the extra
conditions for firefox and safari.
In Catalina opening a file in Safari requires the user to confirm that they want to open the file in the Safari UI. Because of this testing on safari does not work anymore without manual user interaction. According to my research this has been broken since at least Mojave.
The text was updated successfully, but these errors were encountered: