You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute cucumber test from custom/another module than test however facing issue.
java.lang.IllegalStateException: Unable to locate CDIProvider
at javax.enterprise.inject.spi.CDI.findAllProviders(CDI.java:121)
at javax.enterprise.inject.spi.CDI.getCDIProvider(CDI.java:82)
at javax.enterprise.inject.spi.CDI.current(CDI.java:64)
at io.quarkiverse.cucumber.CucumberQuarkusTest$CdiObjectFactory.getInstance(CucumberQuarkusTest.java:184)
Not sure how to provide CDI to custom module. Any help on this would be appreciated.
I am able to execute cucumber test from test module however I want to separate it from JUnits.
Hi,
I am trying to execute cucumber test from custom/another module than test however facing issue.
Not sure how to provide CDI to custom module. Any help on this would be appreciated.
I am able to execute cucumber test from test module however I want to separate it from JUnits.
Sample code:
demo.zip
I am trying to execute cucumber test (health endpoint) against a running instance.
The text was updated successfully, but these errors were encountered: