[arquillian-issues] [JBoss JIRA] Created: (ARQ-556) Allow Arquillian to be used without writing Java code, for XML-based tools like Canoo WebTest

Richard Kennard (JIRA) jira-events at lists.jboss.org
Tue Aug 23 02:38:17 EDT 2011


Allow Arquillian to be used without writing Java code, for XML-based tools like Canoo WebTest
---------------------------------------------------------------------------------------------

                 Key: ARQ-556
                 URL: https://issues.jboss.org/browse/ARQ-556
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Richard Kennard


Hi guys,

Thanks for all your hard work on Arquillian! I have a small feature request:

At present Arquillian has a rather 'programmatic' API: you have to write Java code to do anything. This works great for ShrinkWrap, JUnit, HtmlUnit etc (ie. testing CDI, EJB, JMS etc). But it doesn't work so well for non-Java-code tools such as Canoo WebTest (ie. testing JSF).

In order to support Canoo WebTest, Arquillian should be able to deploy/start/stop the server purely from Maven. Then I can use maven-webtest-plugin to run my webtest.xml (purely from Maven) and I'm done! I find testing XHTML output using an XML-based testing framework good because there is a lower 'impedence mismatch' than when using Java-code to test XHTML output.

At present I'm able to get what I want using jboss-maven-plugin. It closely mirrors tomcat-maven-plugin and jetty-maven-plugin, which is great. However:

1. I have to use a fragile 'sleep' to wait until my app has deployed (see http://jira.codehaus.org/browse/MJBOSS-61)
2. jboss-maven-plugin appears to be unsupported (hasn't been updated to support AS 6 or 7)

So I'd really like to see Arquillian supersede in this space? There is this: https://github.com/arquillian/arquillian-maven, but apparently it isn't able to act quite like jboss-maven-plugin can (http://community.jboss.org/message/622128#622128)?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list