All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.3 (2018-09-23)
- 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)
0.10.1 (2018-02-17)
- npm: removed problematic optional dependency
image-to-ascii
causing install issues. (b7a29d4)
0.10.0 (2018-02-04)
- ci: build information for GitLab, CircleCI and Travis (c72d87e)
- reporter: display build information (3d9c011)
0.9.0 (2018-01-11)
- dump: attach extra content (fc6f1a2)
0.8.1 (2018-01-09)
- log: suppressed log (dd82006)
0.8.0 (2018-01-08)
- plugin: raw html snapshots (c2354e0)
0.7.0 (2017-12-31)
- pauseOn: the option 'spec' works again (9fcedc2)
0.6.0 (2017-12-29)
0.5.0 (2017-12-20)
- report: GitLab Support (399b4a5)
0.4.1 (2017-12-20)
0.4.0 (2017-12-19)
- 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)
- imageToAscii: by default is imageToAscii turned off (b8135e0)
- pause: showing more information (cd83d19)
- imageToAscii: imageToAscii is now 'none' instead of 'failure'
0.3.2 (2017-01-11)
- plugin: wait for long running operations (17b0ea8)
0.3.1 (2017-01-01)
- plugin: handled circular json (9759124)
0.3.0 (2016-12-31)
- 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)
- browser.skipImageToAscii (82aa6f3)
- Image to ASCII Support (163a9a2)
- parellel support (5b244f3)
- plugin: pause on failure or spec, by default is never (4593fb0)
- plugin: global.screenshoterBrowsers is automatically called on beforeAll instead of beforeEach.
0.2.3 (2016-11-18)
0.2.2 (2016-11-05)
- 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)
- circleci.com environmental variables support (0b358c5)
0.1.1 (2016-10-15)
- refactor: correct reporter path resolving (95cc67e)
0.1.0 (2016-10-15)
- captures screenshots and console logs from forked browser instances, from now on forked as protractor-screenshoter-plugin 0.1.0 (0f69ade)
- s
Added some new config options
screenshotOnExpect screenshotOnSpec
Possible values are 'failure+success', 'failure', 'none'
- removed options htmlReportDir, screenshotOnExpectFailure, screenshotOnSpecFailure