Skip to content

Commit

Permalink
Add edge to list of browsers in testing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzan10 committed Feb 10, 2017
1 parent 4ae32b6 commit 1a1b9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Contributors/TestingGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ When one or more tests fail, output looks like this:

The failed tests will be listed by name, and details on each failure are listed below, including the expected and actual value of the failed expectation and the call stack.

It is also possible for Karma to run all tests against each browser installed on the current system. To do so, run `npm run test-all`. Currently included are launchers for Chrome, Firefox, IE, and Safari.
It is also possible for Karma to run all tests against each browser installed on the current system. To do so, run `npm run test-all`. Currently included are launchers for Chrome, Firefox, Edge, IE, and Safari.

#### Run Tests with a Specific Browser or Browsers

`npm run test -- --browsers Firefox,Chrome`
`npm run test -- --browsers Firefox,Chrome,Edge`

#### Run All Tests with WebGL Validation

Expand Down

0 comments on commit 1a1b9ef

Please sign in to comment.