I make my first steps with arquillian. I just setup a java-ee project (using wildfly ear archetype). The pom delivers 2 profiles: "wildfly-arquillian-container-managed" (only runs if JBOSS_HOME is properly set) and "wildfly-arquillian-container-remote"
Both are running fine. But how to run them in Eclipse? I read here "and select Run As > JUnit Test " but this yields
DeployableContainer must be specified
But i also found "Arquillian Eclips". It should provide "add Arquillian support and "run as Arquillian JUnit test". I installed JBoss Tools in my Juno but can't find any "arquillian".
So how to run Arquillian test from within Eclipse?