Skip to content

Commit

Permalink
chore(test): run formatter and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Jun 28, 2023
1 parent 807f994 commit b03194c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
`TestOn`, `Timeout`.
* Fix the `root_` fields in the JSON reporter when running a test on Windows
with an absolute path.
* Add support for `SAFARI_EXECUTABLE`, `FIREFOX_EXECUTABLE` and
`MS_EDGE_EXECUTABLE` for custom browser installations.

## 1.24.3

Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/lib/src/runner/browser/default_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ final defaultSettings = UnmodifiableMapView({
Runtime.internetExplorer:
ExecutableSettings(windowsExecutable: r'Internet Explorer\iexplore.exe'),
Runtime.safari: ExecutableSettings(
macOSExecutable: '/Applications/Safari.app/Contents/MacOS/Safari',
environmentOverride: 'SAFARI_EXECUTABLE'),
macOSExecutable: '/Applications/Safari.app/Contents/MacOS/Safari',
environmentOverride: 'SAFARI_EXECUTABLE'),
});

0 comments on commit b03194c

Please sign in to comment.