[zanata/zanata-server] ce7bff: Enable IDE to run Arquillian tests (#1257)

GitHub noreply at github.com
Fri Jul 29 08:56:26 UTC 2016


  Branch: refs/heads/integration/master
  Home:   https://github.com/zanata/zanata-server
  Commit: ce7bff7314d64db10f3b864c1305d56fd25801d3
      https://github.com/zanata/zanata-server/commit/ce7bff7314d64db10f3b864c1305d56fd25801d3
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2016-07-29 (Fri, 29 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 (#1257)

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