Skip to content

Releases: moneesh2011/eol-ft-runner

v0.5.9

12 Nov 13:57

Choose a tag to compare

Fixes

  • When using --parallelType flag:
    • addresses Error: pool terminated issue especially when tests fails
    • generates test reports under all test states
  • Update pkg dependencies to fix security vulnerabilities

v0.5.8

06 Jun 07:24

Choose a tag to compare

Fixes

  • Move setup code outside of cucumber scope to avoid thread clash
  • Update deps to fix security vulns

v0.5.7

13 May 12:20

Choose a tag to compare

Refactor

  • JSON parsing function to be more meaningful

v0.5.6

13 May 12:07

Choose a tag to compare

Fix

  • JSON parsing issue in CLI flags

v0.5.5

13 May 10:59

Choose a tag to compare

Fix

  • Address issue when using the --remoteAppiumHub <url> CLI flag

v0.5.4

13 May 10:52

Choose a tag to compare

Feature

  • Add CLI flag --remoteAppiumHub <url> to override the remote appium hub url, even if value is provided in the config file

Fix

  • Address critical vulnerability using npm audit fix

v0.5.3

09 Mar 03:24

Choose a tag to compare

Refactor

  • Add parantheses for clarity and precedence for more advanced tag expressions

v0.5.2

09 Mar 03:02

Choose a tag to compare

Fix

  • Addresses processing issue when multiple tags are supplied in the format --tags "@first @second", when used in conjunction with the --parallelType features capability.

v0.5.1

08 Feb 03:11

Choose a tag to compare

Fixes

  • Bug where only the first tag in the scenario is recognised, rest of the tags were ignored.
  • Address some security vulnerabilities through npm audit fix

v0.5.0

26 Jan 07:58
4a21044

Choose a tag to compare

  • Migration Cucumber version from 6.x to 7.x
  • Add new capability flag --parallelType. Refer README.md for more details
  • Fix security vulnerabilities
  • Refactoring & minor bug fixes