Skip to content

Releases: kripaliz/unifiedbdd-automation-framework

v0.3.0

Choose a tag to compare

@kripaliz kripaliz released this 30 Apr 09:36
feat: Update to cucumber-jvm 7

v0.2.0

Choose a tag to compare

@kripaliz kripaliz released this 14 Apr 08:57
chore: Bumping up minor version for the cucumber update

v0.1.6

Choose a tag to compare

@kripaliz kripaliz released this 14 Apr 08:42
feat: Update to cucumber-jvm 5 & JUnit 5

Minimum JDK version is now 11. Other dependencies have also been updated.

v0.1.5

Choose a tag to compare

@kripaliz kripaliz released this 07 Aug 11:57
fix: Prevent gpg from using pinentry programs

0.1.0

Choose a tag to compare

@kripaliz kripaliz released this 06 Oct 10:42
  • upgrade to cucumber-jvm 4
  • also upgrade; spring-boot, selenium, lombok etc.
  • use testng instead of junit to leverage parallel execution at scenario level
  • since loading spring context from multiple stepDefs was not allowed, created a contextLoader stepDef and deprecated @StepDef annotation
  • default data table converter for cucumber-jvm 4
  • using cucumber plugin for reporting extras instead of allure listeners