ingwarsw / arquillian-suite-extension

Arquillian extension that will force single deployment for all tests
Apache License 2.0
67 stars 20 forks source link

Deployments are created even if not used #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi

I am just working on a small test project with suite-extension. I have a Suite class with three @Deployment methods defined.

If running a single @Test method (or class) from the IDE I noticed that arquillian is really only running that single test but three archives are created nonetheless. If you have several deployments that are large this could be a huge loss of time during daily development.

Is there a way to streamline this? Thanks!

ingwarsw commented 8 years ago

As far as I remember there is no easy way of doing that..

You could try disabling some deployments in runtime.. Maybe that would help..