Is it possible to run arquillian tests through TestNG? Im trying this tutorial here, but it requires the Arquillian testRunner that i can only select with the @RunWith
annotation from JUnit.
My research showed that there is no equivalent annotation/mechanism in TestNG.