Here’s an example of configuration you need in arquillian.xml to setup Arquillian Ape:
Arquillian Ape configuration
component=beer-advisor-core source=arquillian.xml tag=apeconfig
Here’s an example of an Arquillian Ape test method:
Arquillian Ape test method
component=beer-advisor-core source=org/arquillian/example/repository/BeerRepositoryTest.java tag=apetestmethod
That’s all.