-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Tagged hooks for JRuby #467
Comments
What JVM language are you using? |
JRuby 1.7.3. |
Just ran into the same problem. Capybara on JRuby 1.7.3 is what I want to try. |
@sebrose want to (and got time to) take a stab at this? |
Has anyone tried Cucumber JVM - headless engines like Casperjs or Phantomjs. I don want to use JS instead iwant to use Java for writing step defs... is there such implementation done in the past !! Vinod |
@VKMohan The issue tracker here is for bugs and features, not support. Please ask your question on [email protected] and one of the Cucumber community will be happy to help. Best regards |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Please implement tagged hooks.
My need: I want to use cucumber-jvm with Capybara. Capybara/cucumber uses a tagged hook (Before '@javascript') to decide how to instantiate its driver.
The text was updated successfully, but these errors were encountered: