Open aahmed-se opened 6 years ago
Yes, the container is materialized at testenricher phase which is before test phase. I am not aware how exactly this works with Test NG, but as I said the container is materialized at test enricher phase.
Look can you try to put a debug point at https://github.com/arquillian/arquillian-cube/blob/master/docker/docker/src/main/java/org/arquillian/cube/docker/impl/client/containerobject/CubeContainerObjectTestEnricher.java#L103 and see exactly in which phase is run in Test NG?
I am trying add to some container management in arquillian testng extended class. From what I see the container is not materialized till the BeforeTest annotated phase . But that means I can't use the common setup routine with @BeforeTest. Is there a way to override this behavior ?