-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant find the cukes #42
Comments
When I create an empty folder src/cucumber/, I got this error Exception in thread "main" java.lang.IllegalArgumentException: Not a file or directory: /path/to/my/project/build/resources/cucumber I do not have this folder, do not use it at all anywhere in my project, and I specify a completely different path for glueDirs in cucumber configuration in my gradle.build... So absolutely no idea why it is looking for this folder :( |
I believe the glue dir is a package name not a file system path (in java). For your second error, it sounds like a bug. You might be able to work around it by creating a |
Thank you for your quick reply. |
You will find an example at the link above. Basically, you have to prefix with Sorry I should have looked it up yesterday. |
Hi,
I am using your plugin to run cucumber tests with my gradle project, but when I specify the path for the cukes.java with the glueDirs variable, it doesn't find the cukes, even though it does find the feature files in the path I specify in featureDirs.
I'm very new to Gradle and Cucumber, but I really dont see why and dont see what I could have forgotten.
Any ideas why ? something that I could have missed ?
Thank you in advance !
The text was updated successfully, but these errors were encountered: