Releases: moneesh2011/eol-ft-runner
Releases · moneesh2011/eol-ft-runner
v0.5.9
v0.5.8
Fixes
- Move setup code outside of cucumber scope to avoid thread clash
- Update deps to fix security vulns
v0.5.7
Refactor
- JSON parsing function to be more meaningful
v0.5.6
Fix
- JSON parsing issue in CLI flags
v0.5.5
Fix
- Address issue when using the
--remoteAppiumHub <url>CLI flag
v0.5.4
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
Refactor
- Add parantheses for clarity and precedence for more advanced tag expressions
v0.5.2
Fix
- Addresses processing issue when multiple tags are supplied in the format
--tags "@first @second", when used in conjunction with the--parallelType featurescapability.
v0.5.1
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
- 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