We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the docs and ran into an issue similar to this -
https://stackoverflow.com/questions/25291480/cucumber-exception-java-lang-classnotfoundexception-cucumber-io-resourceloader
I needed to make 2 fixes add the cucumber-core to my dependencies and also increment the cucumber-junit version to cucumber-java's versions (2.0.X)
cucumber-core
cucumber-junit
cucumber-java's
I would like to send a pull for this if the community thinks this is a valid concern for beginners.
The text was updated successfully, but these errors were encountered:
Hi @naveenb29
Thanks for looking into that. We're heavily refactoring the docs in #3 so make sure you branch from sw-reorg before making the changes. :-)
sw-reorg
And for sure! Examples that don't work are no fun for anyone
Sorry, something went wrong.
@naveenb29 Branch sw-reorg has just been merged to master; you can create a PR to master
Fixed by PR #76
No branches or pull requests
I followed the docs and ran into an issue similar to this -
https://stackoverflow.com/questions/25291480/cucumber-exception-java-lang-classnotfoundexception-cucumber-io-resourceloader
I needed to make 2 fixes add the
cucumber-core
to my dependencies and also increment thecucumber-junit
version tocucumber-java's
versions (2.0.X)I would like to send a pull for this if the community thinks this is a valid concern for beginners.
The text was updated successfully, but these errors were encountered: