-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run package:test tests on mac (#2280)
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.
- Loading branch information
Showing
4 changed files
with
221 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters