Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (27 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

61 lines (27 loc) · 1.9 KB

1.1.0 (2018-01-04)

Bug Fixes

  • Remove fs.writeSync as default adapter and add TeamCity setup documentation (#83) (6390b53)

1.0.1 (2017-09-05)

Features

  • add flowId to avoid unstable teamcity output (eef641b)

1.0.0 (2016-05-03)

Bug Fixes

  • eslint: fix eslint error(a4e73ad)

0.2.2 (2016-03-16)

Bug Fixes

  • Avoid large strings in memory (5c8b8ad), closes #33

<a name"0.2.1">

0.2.1 (2015-08-27)

Features

  • flush logs for each browser on suite completion (21fe0b9c, closes #26)

<a name"0.2.0">

0.2.0 (2015-06-22)

Bug Fixes

  • Replaced the default adapter with fs.writeSync. This ensures thad all tests are reported before the process ends. (d8d9e706, closes #5)

<a name"0.0.1">

0.0.1 (2013-02-28)

  • Initial commit