Skip to content

epomatti/arquillian-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arquillian Demo

build and tests

A demo project for Arquillian with WildFly.

Getting Started

Running with standalone remote WildFly:

mvn test

Or... let Arquillian handle the infrastructure for you 😎

mvn -Pmanaged test

Setup

You'll need Maven and the JDK:

sudo apt update
sudo apt install maven openjdk-11-jdk

Development

Coding tools:

  • (Required) You need Lombok installed on your IDE. All major IDEs are supported.
  • Add the JBoss/RedHat Server Connector plugin for your IDE.

References

Arquillian Core

Arquillian Example