Antonio Goncalves
Antonio Goncalves
I hope one day Forge will have JUnit commands (junit-setup, junit-create-test, ...) and I would expect these ones to be in the test phase. As for Arquillian tests, it would...
Good point. The question I have with Wildfly8 vs JBoss7 is more about the JBoss Forge add-on. From a developper point of view, I would like to : without leaving...
@aslakknutsen It's just to have some defaults. In Forge, if you don't setup JPA, it uses Hibernate. When you know it and need to change it, you use `jpa-setup`. Same...
Yes, I agree with you. That's an old discussion we had in Forge 2 (I can't find the JIRAs). First, setup a EE version (Java EE 6, Java EE 7...)...
Yes, some project level configuration ``` project-setup --javaEEversion 6 --javaEEvendor JBoss ```
Arghhh !!! That's the one bug I would really need to be fixed. Well, I'll ping George about this
Because it's the one most commonly used : http://www.google.com/trends/explore#q=junit%2C%20testng&cmpt=q
Well, one or the other, really. A default would be great as more and more Forge commands have defaults (less typing) and it would be good if Arquillian also had...
All these issues are about 2.x
Something like this ? ``` arquillian-create-test arquillian-create-bdd-test arquillian-create-selenium-test ```