alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

setup automated testing (Travis CI etc.) #134

Open tomasc opened 4 years ago

tomasc commented 4 years ago

Would it be possible to set up automated testing (Travis etc.) so that we can make sure any future pull requests do not break the library? Thank you!

kimmobrunfeldt commented 4 years ago

Github actions would be my preferred choice for this! Would definitely accept a PR just adding npm test run :)