-
Notifications
You must be signed in to change notification settings - Fork 67
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
Impossible to use CukesHttpPlugin #137
Comments
After some investigation I found out that the This should be at least configurable in Relevant snippet:
|
Have you registered your plugin in cukes.properties file under |
Yes I did try that too, made no difference whatsoever. The only solution that worked was to move the
|
Any update on this at all? I have hit this problem too. |
I'm trying to write a plugin for cukes-rest but I can't seem to register it.
It doesn't seem to have any effect.
I also tried with/without this:
Which didn't make any difference either.
EDIT: This is how my main test class looks like:
I'm using IntelliJ IDEA, and I've tried running the feature files directly, and from the main test class.
The text was updated successfully, but these errors were encountered: