Skip to content

Releases: telefonicaid/tartare

v1.2.1

07 Apr 11:09
Compare
Choose a tag to compare

Bug Fixes

  • Built-in reporters are not being loaded on Windows (Fixes #38) (bea24fa), closes #38

v1.2.0

02 Nov 14:51
Compare
Choose a tag to compare

Bug Fixes

  • Support any field in the Typescript declaration of the Variant interface (c90e9c1)

Features

v1.1.3

03 Oct 09:53
Compare
Choose a tag to compare

Bug Fixes

  • TypeScript declarations do not support the variant argument in scenarios (288e676)

v1.1.2

27 Sep 11:11
Compare
Choose a tag to compare

Bug Fixes

  • Improve TypeScript declarations (29980ce)

v1.1.1

19 Sep 13:57
Compare
Choose a tag to compare

Bug Fixes

  • Documentation points to a non-working location for typings installation (977e144)

v1.1.0

19 Sep 12:04
Compare
Choose a tag to compare

Bug Fixes

  • this is not working on steps when the function is wrapped into a promise (d722313)

Features

  • Add declarations to use Tartare with TypeScript (ca80350)

v1.0.3

09 Sep 14:02
Compare
Choose a tag to compare

Bug Fixes

  • When steps or hooks return promises, Tartare is not waiting for them to be resolved (ab400a3)

v1.0.2

13 Jul 08:32
Compare
Choose a tag to compare

Bug Fixes

  • Some hooks throw error when used with protractor-tartare (Fixes #35) (d605df2), closes #35

v1.0.1

08 Jul 14:20
Compare
Choose a tag to compare

Bug Fixes

  • Hooks belonging to features, scenarios or variants marked as minorBug are sometimes executed (Fixes #34) (f334806), closes #34

v1.0.0

05 May 10:24
Compare
Choose a tag to compare

Features

  • Add a new interactive option to allow disabling interactive features (e2b58f5)
  • Allow setting Tartare options through env vars. (015c658)
  • Support reporter-specific parameters for the gherkin-md reporter (output and bugidLink) (8eea5b9)