We have a Web application that is packaged as a WAR file using Wildly Swarm. The Web application is configured via a custom Main class that is processed when starting the swarm application.
Now we would like to guard our application with Arquillian tests. How can we configure the ShrinkWrap Archive created in the Arquillian test suite to use our Main class when starting the Web application for testing?