Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Feb 9, 2018
1 parent 284f486 commit 9aedb1d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
@@ -1,11 +1,12 @@
# karma-jasmine-html-reporter

> Reporter that dynamically shows tests results at debug.html page.
> Jasmine 1.3 is not supported.
Reporter that dynamically shows tests results at debug.html page.

Jasmine 1.3 is not supported. For Jasmine < 3.0.0, use version 0.2.2

![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_1.png)

You can also run describe block, or single test.
You can also run a describe block, or a single test.

![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_2.png)

Expand All @@ -21,7 +22,7 @@ The easiest way is to keep `karma-jasmine-html-reporter` as a devDependency in y
}
```

You can simple do it by:
You can simply do it by:
```bash
npm install karma-jasmine-html-reporter --save-dev
```
Expand All @@ -38,7 +39,7 @@ module.exports = function(config) {
};
```

You can pass list of reporters as a CLI argument too:
You can pass a list of reporters as a CLI argument too:
```bash
karma start --reporters kjhtml
```

0 comments on commit 9aedb1d

Please sign in to comment.