سؤال

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