Skip to content

Commit

Permalink
Make intern.local.js just run against chrome by default.
Browse files Browse the repository at this point in the history
Otherwise, if you start chromedriver, it runs the test three times all against chrome.
  • Loading branch information
wkeese committed Oct 3, 2016
1 parent 77cd4d4 commit f13d5bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/intern.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ define([
// intern.proxyUrl = "http://mac.local:9000";

intern.environments = [
{ browserName: "firefox" },
// { browserName: "safari" },
{ browserName: "chrome" },
{ browserName: "internet explorer", requireWindowFocus: "true" }
{ browserName: "chrome" }
];

return intern;
Expand Down

0 comments on commit f13d5bb

Please sign in to comment.