Reputation: 51
Has anyone managed to integrate Arquillian with Ant and JUnit? If so, could you provide an example?
Upvotes: 5
Views: 3229
Reputation: 13282
Here is a working showcase for ant/gradle https://github.com/arquillian/arquillian-showcase/tree/master/cdi
Upvotes: 0
Reputation: 1782
Another interesting article that discusses exactly this is this one:
Integration testing using Arquillian without Maven
Upvotes: 1
Reputation: 2478
I've prepared a draft of the build integration chapter for Arquillian. This chapter describes how you can use different build systems (namely Ant and Gradle) to drive Arquillian-based test. We'll get this rolled into the next release.
Arquillian build integration chapter
Upvotes: 2