You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we use symlink to the folder with feature files, Cucumber JUnit runner finishes with the following warning:
Jul 07, 2020 5:39:14 PM io.cucumber.core.runtime.FeaturePathFeatureSupplier get
WARNING: No features found at file:/Users/fobo66/StudioProjects/MyApp/app/src/test/features/
Process finished with exit code 0
But if we pass actual path to the symlinked directory, tests are running
To Reproduce
Create symlink to the folder with feature files
Assign path to this symlink to @CucumberOptionsfeature attribute
Run tests
See error
Expected behavior
Scenarios should be running just like if we used path to the regular folder
Context & Motivation
We use symlink to the directory with feature files that points to the folder in Git submodule. It was working on 4.2.0, but when we've started to upgrade to the latest version of Cucumber, this issue was discovered.
Your Environment
Cucumber version 6.2.0
OS: checked on macOS 10.15 and Windows 10
Build tool: Maven 3.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When we use symlink to the folder with feature files, Cucumber JUnit runner finishes with the following warning:
But if we pass actual path to the symlinked directory, tests are running
To Reproduce
@CucumberOptions
feature
attributeExpected behavior
Scenarios should be running just like if we used path to the regular folder
Context & Motivation
We use symlink to the directory with feature files that points to the folder in Git submodule. It was working on 4.2.0, but when we've started to upgrade to the latest version of Cucumber, this issue was discovered.
Your Environment
The text was updated successfully, but these errors were encountered: