Bruno Krebs
Bruno Krebs

Reputation: 3149

How do I configure arquillian suite extension

How do I configure Arquillian Suite extesion?

https://github.com/it-crowd/arquillian-suite-extension

I would like to use it for single deployment tests, in order not to have to deploy for every single class that have @Test methods in my project.

By the way, I'm using TESTNG with arquillian..

Upvotes: 2

Views: 3993

Answers (1)

Ingwar
Ingwar

Reputation: 161

I pushed extension bit further, it can be found on maven central and there is part of help written + tests to look how it should be done.

I also created "generic" deployer builder that should work with javaee6.

https://github.com/ingwarsw/arquillian-suite-extension

Upvotes: 5

Related Questions