From 3633cfb46edc8e4c5cd3e3eaf0979d0a3358a872 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 3 Aug 2021 23:50:20 +0200 Subject: [PATCH] Updated Bots (markdown) --- Bots.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bots.md b/Bots.md index b499b20..b8216db 100644 --- a/Bots.md +++ b/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