-
-
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
Using Cucumber with @FlywayTest, generates "Scope 'cucumber-glue' is not active for the current thread" #2569
Comments
From the logs it looks like you got your imports mixed up. Cucumber also swallows the exception. The last part is fixable.
|
What you mean by
? |
Ah. My bad. I misread the logs, but they're pretty explanatory otherwise:
|
I want to use @FlywayTest with my cucumber test (7.3.4).
I'm getting the following error when I run the feature:
Here a minimal reproduction code
The text was updated successfully, but these errors were encountered: