Updated Bots (markdown)

Tim van der Meij 2021-08-03 23:50:20 +02:00
parent aab4430782
commit 3633cfb46e

@ -3,7 +3,7 @@ PDF.js maintains two bots that perform various tasks for pull requests. The bots
Tasks
-----
While we use GitHub Actions for linting and running (a selection of) unit tests, we use the bots for all other tasks like generating a preview for a pull request and running all unit, font, integration and reference tests. The available bot commands are:
While we use GitHub Actions for linting and running (a selection of) unit tests, we use the bots for all other tasks like generating a preview for a pull request and running all tests. The available bot commands are:
- `preview` (generates a preview build for the pull request)
- `lint` (runs the linting tool)
@ -12,6 +12,7 @@ While we use GitHub Actions for linting and running (a selection of) unit tests,
- `integrationtest` (runs the integration tests)
- `browsertest` (runs the reference tests)
- `test` (runs all tests, i.e., the unit tests, font tests, integration tests and reference tests)
- `xfatest` (runs all tests, i.e., the unit tests, font tests, integration tests and reference tests, but limits the reference tests to only XFA document for faster XFA development)
- `makeref` (generates new reference images for the reference tests, for instance when a pull request changes the rendering of some PDFs)
Characteristics