Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 2.36 KB

0.3.1

Features

0.3.0

Features

BRAKING CHANGES

In order to support running multiple browser instances in parallel, there's a little more setup to be done in protractor configuration when adding the reporter. This affects also users who don't use sharding.

Please refer to setup instructions before upgrading: Usage instructions.

0.2.0

Features

  • user specified css files
  • report title option
  • pass fail summary at the top of the report
  • quick links to failed tests at the top of the report
  • a settings summary at the end

Bugfixes:

  • using 'rimraf' to empty the output directory
  • using the spec description rather than full name for cleaner presentation
  • reinstating the old promise resolved browser caps that is used by the pathBuilder #21, #4

0.1.8

Features

Bugfixes