Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 334 Bytes

Requirements

wkhtmltopdf must be installed and working on your system.

Running tests

This repo has two kinds of tests: integration (dependent on wkhtmltopdf) and unit tests.

By default, mvn clean install runs all the tests. Use mvn test -B to run only the unit tests.