Skip to content

Commit

Permalink
Adding Chromium-based Edge support to .NET tests via Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jun 3, 2019
1 parent 451b063 commit e049fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SUPPORTED_BROWSERS = [
("firefoxnightly", "FirefoxNightly"),
("ie", "IE"),
("edge", "Edge"),
("edgelegacy", "EdgeLegacy"),
("safari", "Safari"),
("safaritechpreview", "SafariTechPreview"),
]
Expand Down

0 comments on commit e049fed

Please sign in to comment.