diff --git a/Contributing.md b/Contributing.md index 96043ba..944fd28 100644 --- a/Contributing.md +++ b/Contributing.md @@ -64,6 +64,8 @@ That will create the references files in pdf.js/test/tmp so you'll then need to make test ``` +To run unit tests, the web server has to be setup to host the pdf.js files. Tests will be executed by opening the /test/unit/unit_test.html page. If the web server is created by using `make server` command, the URL will be http://localhost:8888/test/unit/unit_test.html. + ### 5) Push Changes After lint and all tests pass, push changes to your fork/branch on github.