Skip to content

Commit

Permalink
prepare release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miller45 committed Sep 14, 2019
1 parent 3614baa commit 3ae9bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
## Version 1.3.3
* Added: Options for showing total duration in report
* Upgraded: Using nyc instead of istanbul for test coverage
* Fixed: browser version was missing in report
* Added: Options for showing total duration in report
## Version 1.3.2
* Fixed: OS column in report is empty (with browsers other than chrome)
* Removed: Unused code for jasmine 1 (defaultMetadataBuilder)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,12 @@ add the following to columnSettings (values are in milliseconds scale):
baseDirectory: 'reports'
, clientDefaults:{
showTotalDurationIn: "header",
totalDurationFormat: "hms",
totalDurationFormat: "hms"
}
});
```
For all possible values for `showTotalDurationIn` and `totalDurationFormat` refer to the wiki entry [Options for showing total duration of e2e test](https://github.com/Evilweed/protractor-beautiful-reporter/wiki/Options-for-showing-total-duration-of-e2e-test)


### Load spec results via ajax
By default the raw data of all tests results from the e2e session are embedded in the main javascript file (array results in app.js).
If you add `useAjax:true` to `clientDefaults` the data is not embedded in the app.js but is loaded from the file `combined.json` which contains all the raw test results.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protractor-beautiful-reporter",
"version": "1.3.2",
"version": "1.3.3",
"description": "An npm module and which generates your Protractor test reports in HTML (angular) with screenshots",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3ae9bbf

Please sign in to comment.