Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 565 Bytes

Integration tests for matchbox

This project contains a JUnit test bench for matchbox.

This project expects the matchbox project to be installed in the local Maven directory, and the matchbox-server module must be installed without the boot Maven profile, i.e.: mvn -DskipTests -P !boot install zsh: mvn -DskipTests -P \!boot install

Then, these tests must be run with the matchbox version as parameter: mvn -D'matchbox.version=3.8.6' site or mvn site, then you can find the result in target/site/index.html