문제

In order to automate the testing for a web project, is it possible to deploy the standard complete archive and then run arquillian tests? What I've been doing so far is creating arquillian tests and then running from eclipse/terminal, which will deploy only selected classes and then run arquillian test.

도움이 되었습니까?

해결책

No. Arquillian tests will deploy its custom ear/war to jboss and execute test cases.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top