Hi
I have read that running two containers at one time is not possible re
`You can only have one container adapter on the classpath at a time. Arquillian will abort execution of the test if it detects multiple adapters.`
(and i basically get
`java.lang.IllegalStateException: Multiple service implementations found for interface org.jboss.arquillian.container.spi.client.container.DeployableContainer:`
when i try it)
However im confused by this section in the documentation, is it referring to some new version which allows multiple containers?
Arquillian - So you can rule your code. Not the bugs.
Another question, would running multiple containers be in the arquillian roadmap any time soon?
thanks!