Skip to content

Releases: Balrog994/cucumber-test-runner

v.0.5.1

27 Jul 14:00
3ec0863
Compare
Choose a tag to compare
  • Fixed an issue where a test will be stuck in waiting if a Before/After hook gave an exception [Thanks to orine]
  • Fixed an issue where the runner tried to output errors even if the Before/After hook completed successfully [Thanks to orine]
  • Now skipped tests should be correctly marked as Skipped in the Test Runner UI [Thanks to orine]

v0.5.0

12 Jul 19:54
Compare
Choose a tag to compare

From CHANGELOG

  • Added support for tags filtering in the test runner tree [Thanks to @psethwick]
  • Added a new setting "cucumberTestRunner.env" to allow the users to specify custom environment variables to run the tests [Thanks to @hardymj]
  • Added a new setting "cucumberTestRunner.profile" to allow the users to select a cucumber-js profile to run the tests
  • Added initial support for error detection in before and after hooks

This release addresses the following issues:

v0.4.1

15 May 13:22
Compare
Choose a tag to compare

From CHANGELOG

  • Added support for Scenarios under Rules
  • Deleted/Renamed feature files now update correctly
  • Updated README with Known Issues

This release addresses the following issues: