I know that we can configure an arquillian container inside IntelliJ which in turn will run an embedded wildfly to execute arquillian tests. What I am trying to achieve is how can I bypass the container and run arquillian tests against a remote wildfly. I can do it with maven but with IntelliJ I am limited to the container configuration which tries to start an embedded wildfly automatically and doesn't allow connecting to an already up and running wildfly server.
Thanks