@@ -63,7 +63,7 @@ Valid browser names can be found within webdriver via the `webdriver.Browser` en
##Reporting against known issues
The `knownIssues.js` file details the currently known issues with the TodoMVC implementations. You can run the tests and compare against these issues using the `mocha-known-issues-reporter`. This reported is a separate npm module, as a result the easier way to run it using the supplied gruntfile:
The `knownIssues.js` file details the currently known issues with the TodoMVC implementations. You can run the tests and compare against these issues using the `mocha-known-issues-reporter`. This reporter is a separate npm module, as a result the easier way to run it using the supplied gruntfile:
grunt test --framework=angularjs
...
...
@@ -100,7 +100,7 @@ In order to run the tests using the Chrome browser, you need to install ChromeDr
###Example output
A test run with the 'spec' reporter look something like the following:
A test run with the 'spec' reporter looks something like the following: