Releases: telefonicaid/tartare
Releases · telefonicaid/tartare
v1.2.1
Bug Fixes
- Built-in reporters are not being loaded on Windows (Fixes #38) (bea24fa), closes #38
v1.2.0
Bug Fixes
- Support any field in the Typescript declaration of the Variant interface (c90e9c1)
Features
v1.1.3
Bug Fixes
- TypeScript declarations do not support the variant argument in scenarios (288e676)
v1.1.2
Bug Fixes
- Improve TypeScript declarations (29980ce)
v1.1.1
Bug Fixes
- Documentation points to a non-working location for typings installation (977e144)
v1.1.0
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
Bug Fixes
- When steps or hooks return promises, Tartare is not waiting for them to be resolved (ab400a3)
v1.0.2
Bug Fixes
- Some hooks throw error when used with protractor-tartare (Fixes #35) (d605df2), closes #35
v1.0.1
Bug Fixes
- Hooks belonging to features, scenarios or variants marked as minorBug are sometimes executed (Fixes #34) (f334806), closes #34
v1.0.0
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)