Allow Integration tests to run locally
jhonnymertz opened this issue · 1 comments
jhonnymertz commented
Problem: Integration tests can only be executed with wkhtmltopdf in place, which is not always possible (for example CI/CD with travis).
Solution: embed wkhtmltopdf into the repo for testing purposes only
jhonnymertz commented
Solved by setting up the wkhtmltopdf in pipeline setup via Github Actions. Check: https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper/blob/master/.github/workflows/build.yml#L12