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

EXXETA/arquilliantutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Arquillian Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages