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
In the newest Arquillian 1.7.0.Alpha11 it provides an AutomaticDeployment SPI and @BeforeDeployment as alternative of the existing @Deployment annotation.
I am trying to create an example to combine the AutomaticDeployment service and testcontainers @Container. But it does not work as expected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the newest Arquillian 1.7.0.Alpha11 it provides an
AutomaticDeployment
SPI and@BeforeDeployment
as alternative of the existing@Deployment
annotation.I am trying to create an example to combine the
AutomaticDeployment
service and testcontainers@Container
. But it does not work as expected.Register the
GreetingResourceDeployment
via service loader.But I am not sure how to connect the registered
AutoamticDeployment
to the current test class, if there are multi deployments registered.In the above test, there is no deployment progress when running the tests.
The complete project: https://github.com/hantsy/arquillian-autodeployment-example
Beta Was this translation helpful? Give feedback.
All reactions