Integration test bind issues with quarkus-cucumber #25071
Unanswered
GregJohnStewart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to tweak the
quarkus-cucumber
quarkiverse extension to work with the@IntegrationTest
model of execution, since Cucumber tests lend themselves to integration and acceptance-type testing.However, I am getting some really strange bind errors when running the integration tests, and I'm not terribly privy to how the test run lifecycle works. It is of note that the regular tests work fine, it is just the integration tests that seem to have this issue.
The bind issue happens after all the 'regular' integration tests, but before the tests are actually received from the
getTests()
in the extension setup code.Beta Was this translation helpful? Give feedback.
All reactions