Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a manual test suite #19

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Improve test README
  • Loading branch information
sbleon committed Sep 21, 2020
commit f3b4654df69e64c984be85a5cbc8f2bb275526bc
7 changes: 4 additions & 3 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ This is the manual test suite for the PDF extension.

## Running tests

In the `test` folder, run `box start`. This should open a browser to the test suite page.

Scroll down the page and make sure that each PDF looks like the reference image.
In the `test` folder:

- Install the most recently built extension by running `bin/install_extension.sh`
- Run `box start`. This should open a browser to the test suite page.
- Scroll down the page and make sure that each PDF looks like the reference image.