hrcorval / behavex

BDD test wrapper for parallel test executions and more!
https://github.com/hrcorval/behavex
MIT License
85 stars 20 forks source link

runner: Ignores "other.features/some.feature" and uses always "features" directory #80

Closed jenisys closed 1 year ago

jenisys commented 1 year ago

Describe the bug The runner seems to ignore the command-line args mostly and seems to run only *.feature files in a features/ directory.

HINTS:

To Reproduce Steps to reproduce the behavior:

  1. Run behavex more.features/some.feature
  2. Check if behavex tries to run feature-files from a collocated features/ directory

Expected behavior The user should have control which feature-files/feature-directories are used by the runner.

Version Info:

anibalinn commented 1 year ago

Fix implemented in the upcoming release branch release_2.0.3

anibalinn commented 1 year ago

Fix released in version 3.0.0: https://pypi.org/project/behavex/3.0.0/ branch release_3.0.0 Thanks!