Skip to content

Latest commit

 

History

History
212 lines (101 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

212 lines (101 loc) · 11.7 KB

Changelog

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

7.3.0 (2024-08-20)

Features

  • dependencies: update TestCafe, Cucumber, and peer dependencies (#162) (336765e)

7.2.0 (2024-01-07)

Features

  • cucumber: update cucumber internal deps and peer deps (#152) (60b4bdc)
  • testcafe: update testcafe version in peer dependency (#148) (f115ec0)

Bug Fixes

7.1.2 (2023-09-04)

Bug Fixes

  • dependencies: fix peer dependencies range for testcafe (#142) (de2619c)

7.1.1 (2023-08-27)

7.1.0 (2023-08-05)

Features

  • compiler: add support for the Gherkin Rule keyword (#135) (0fcbb86), closes #134
  • testcafe: add support for latest versions of testcafe (#138) (369175c), closes #133

7.0.0 (2023-04-27)

⚠ BREAKING CHANGES

  • cucumber: TestCafe 1.20 and Cucumber 8 have been removed from the peer dependencies, risks of warnings when updating this package if older versions of the dependencies were used

  • cucumber: update cucumber dependencies and peer dependencies (#132) (f1f772a), closes #130

6.0.1 (2023-04-27)

6.0.0 (2023-02-25)

⚠ BREAKING CHANGES

  • deps: Risk of failure if cucumber and cucumber-expressions are not properly installed in the user's project

Features

  • deps: update testcafe compatibility (#123) (cd650e9)
  • deps: upgrade dependencies (#124) (84ec0a6)
  • documentation: improve documentation and typing (#115) (6c39dbb)
  • testcontroller: add new properties to TestController typing (#113) (293dd77)

5.6.0 (2023-01-21)

Features

  • documentation: improve documentation and typing (#115) (6c39dbb)
  • testcontroller: add new properties to TestController typing (#113) (293dd77)

5.5.2 (2022-12-10)

5.5.1 (2022-11-11)

Bug Fixes

  • dependencies: add chalk dependency (7ac895e), closes #103

5.5.0 (2022-09-16)

Features

  • reporting: improve reporting capabilities with step keywords (46dcc41), closes #99

5.4.4 (2022-08-15)

Bug Fixes

  • compiler.js: updated Testcafe dependency to 1.20 and fixed sourc… (#98) (33dd883), closes #97 #97

5.4.3 (2022-06-16)

Bug Fixes

  • reporting: fix missing newline in gtc-reporter-list (8dc4beb), closes #89

5.4.2 (2022-06-08)

Bug Fixes

  • reporter: take into account the absence of keyword (3d7c8e2), closes #89

5.4.1 (2022-06-08)

Bug Fixes

  • reporter: fix various issues in the custom reporters (8e2ee9b), closes #89 #90

5.4.0 (2022-06-04)

Features

  • reporting: output steps as metadata (75d0cc4), closes #48

5.3.1 (2022-06-01)

5.3.0 (2022-05-24)

Features

  • authentication: add the ability to use http authentication (fa1cf91), closes #76
  • globalhooks: add the ability to access a copy of the features metadata (#68) (7ead487)

5.2.1 (2022-05-24)

5.2.0 (2022-02-15)

Features

  • globalhooks: add the ability to access a copy of the features metadata (#68) (e87d6cc)

5.1.0 (2021-07-16)

Features

Bug Fixes

  • cucumber: add transpose to declared exports for cucumber (d4e8117)

5.0.1 (2021-04-28)

Bug Fixes

  • hooks: fix cucumber hooks overwrite (8401669)

5.0.0 (2021-03-23)

⚠ BREAKING CHANGES

  • cucumber library: Any existing users of the library will need to update their cucumber imports from 'cucumber' to '@cucumber/cucumber'

  • cucumber library: update to the latest cucumber library version (3e47116), closes #22

4.0.0 (2021-02-26)

⚠ BREAKING CHANGES

  • the new version will only work with testcafe 1.10 and above

Bug Fixes

  • change the options given to typescript compiler (6514445), closes #24
  • get rid of non-unix end of line (6ad4cfd), closes #21

3.0.1 (2021-01-13)

Bug Fixes

  • fix api dryrun always enabled (58baad0)

3.0.0 (2021-01-13)

⚠ BREAKING CHANGES

  • changes to the returned types (when using typescript) might break existing interfaces that extend the current return types

Features

  • add tags as fixture and test metadata (08c4cd2), closes #9
  • add the ability to look for step without implementation (9513efe), closes #12

Bug Fixes

  • add gtc-specific properties to runner typings (fa86575), closes #14