Skip to content

Latest commit

 

History

History
272 lines (122 loc) · 9.98 KB

CHANGELOG.md

File metadata and controls

272 lines (122 loc) · 9.98 KB

Change Log

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

0.10.3 (2018-09-23)

Bug Fixes

  • package: update klaw-sync to version 6.0.0 (c88d0fd), closes #76
  • package: update lodash to version 4.7.11 (35501e3)

0.10.2 (2018-09-23)

Bug Fixes

  • greenkeeper: Update dependencies to enable Greenkeeper 🌴 (#75) (5222313)

0.10.1 (2018-02-17)

Bug Fixes

  • npm: removed problematic optional dependency image-to-ascii causing install issues. (b7a29d4)

0.10.0 (2018-02-04)

Features

  • ci: build information for GitLab, CircleCI and Travis (c72d87e)
  • reporter: display build information (3d9c011)

0.9.0 (2018-01-11)

Features

  • dump: attach extra content (fc6f1a2)

0.8.1 (2018-01-09)

Bug Fixes

0.8.0 (2018-01-08)

Features

  • plugin: raw html snapshots (c2354e0)

0.7.0 (2017-12-31)

Bug Fixes

  • pauseOn: the option 'spec' works again (9fcedc2)

Features

  • browser: default name is read from capabilities / multiCapabilities (3f2f1d3), closes #39

0.6.0 (2017-12-29)

Features

  • failTestOnErrorLog: Add suites parameter (688a069), closes #49

0.5.0 (2017-12-20)

Bug Fixes

  • plugin: do not make screenshots for pending or skipped resutls (7e081af), closes #55

Features

0.4.1 (2017-12-20)

Bug Fixes

  • package: update circular-json to version 0.4.0 (#54) (cdfe56b)

0.4.0 (2017-12-19)

Bug Fixes

  • ci: missing graphics magic in the test enviroment (658e2d9)
  • package: move image-to-ascii to optionalDependencies (#46) (27e69e9), closes #42
  • test: test page wording (0b289ea)

Code Refactoring

  • imageToAscii: by default is imageToAscii turned off (b8135e0)

Features

  • pause: showing more information (cd83d19)

BREAKING CHANGES

  • imageToAscii: imageToAscii is now 'none' instead of 'failure'

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