Updated Bots (markdown)
parent
aab4430782
commit
3633cfb46e
3
Bots.md
3
Bots.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user