A demo project for Arquillian with WildFly.
Running with standalone remote WildFly:
mvn test
Or... let Arquillian handle the infrastructure for you 😎
mvn -Pmanaged test
You'll need Maven and the JDK:
sudo apt update
sudo apt install maven openjdk-11-jdk
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.