Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 667 Bytes

Arquillian Tutorial

Requirements

Download and copy wildfly 10.1.0.Final to wildfly folder. Install mysql connector like described here: http://rafiqnayan.blogspot.de/2016/05/how-to-configure-wildfly-10-to-use-mysql.html

Configuration

Configure database as java:jboss/datasources/MYSQL in your standalone.xml. Configure database in src/test/resources/META-INF/persistence.xml.

Run tests

mvn clean test -Pit,coverage

Hint

In order to start wildfly only once for all tests, take a look here: https://gist.github.com/aslakknutsen/3975179