Skip to content

Latest commit

 

History

History
123 lines (60 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

123 lines (60 loc) · 4.78 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2017-01-11)

Bug Fixes

  • plugin: wait for long running operations (17b0ea8)

0.3.1 (2017-01-01)

Bug Fixes

  • plugin: handled circular json (9759124)

0.3.0 (2016-12-31)

Bug Fixes

  • joinReports: tracking of pending and disabled partial tests (fd51ac2)
  • package: update screenshoter-report-analyzer to version 0.3.0 (832ff0e)
  • package: update uuid to version 3.0.0 (8ec9388)
  • plugin: errors catching (119bb37)
  • plugin: errors catching (e59f28b)
  • plugin: global.screenshoterBrowsers (84b09ad)
  • plugin: workaround for early calling of addExpectationResult (0556e4c)
  • save: dereferencing before storing to json (8b1b9f7)

Features

  • browser.skipImageToAscii (82aa6f3)
  • Image to ASCII Support (163a9a2)
  • parellel support (5b244f3)
  • plugin: pause on failure or spec, by default is never (4593fb0)

BREAKING CHANGES

  • plugin: global.screenshoterBrowsers is automatically called on beforeAll instead of beforeEach.

0.2.3 (2016-11-18)

Bug Fixes

0.2.2 (2016-11-05)

Bug Fixes

  • docs: writeReportFreq instead of htmlWriteFreq (1b72e6a)
  • race conditions (c277e24), closes #4
  • onSpecDone: async storing of screenshots references into the report (a0e051c)

0.2.1 (2016-10-19)

0.2.0 (2016-10-15)

Features

  • circleci.com environmental variables support (0b358c5)

0.1.1 (2016-10-15)

Bug Fixes

  • refactor: correct reporter path resolving (95cc67e)

0.1.0 (2016-10-15)

Features

  • captures screenshots and console logs from forked browser instances, from now on forked as protractor-screenshoter-plugin 0.1.0 (0f69ade)

BREAKING CHANGES

  • s

Added some new config options

screenshotOnExpect screenshotOnSpec

Possible values are 'failure+success', 'failure', 'none'

  • removed options htmlReportDir, screenshotOnExpectFailure, screenshotOnSpecFailure