[zanata/zanata-server] 492b0b: Enable IDE to run Arquillian tests

GitHub noreply at github.com
Thu Jul 28 03:49:29 UTC 2016


  Branch: refs/heads/arquillian-ide
  Home:   https://github.com/zanata/zanata-server
  Commit: 492b0b61d11412089f9d0815c3cac328e99e4740
      https://github.com/zanata/zanata-server/commit/492b0b61d11412089f9d0815c3cac328e99e4740
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
    M zanata-war/pom.xml
    M zanata-war/src/test/resources/arquillian.xml

  Log Message:
  -----------
  Enable IDE to run Arquillian tests

1. Install WildFly somewhere, eg /path/to/wildfly-10.0.0.Final.
   This is your ${jboss.home}.
2. Copy standalone-arquillian-wildfly.xml to
   ${jboss.home}/standalone/configuration/standalone-arquillian.xml
3. Create a launch profile for desired ITCase class
4. Set VM options:
   -Djboss.home=/path/to/wildfly-10.0.0.Final # Use your ${jboss.home}
   -Darquillian.launch=wildfly # Optional: wildfly container is default
5. IntelliJ IDEA only: make sure working dir is $MODULE_DIR$
6. Run the launch profile.

Not currently working:
- EAP
- Debugging of the wildfly process




More information about the zanata-commits mailing list