Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 803 Bytes

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