summaryrefslogtreecommitdiff
path: root/tools/test-helper/README.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-24 18:34:14 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-24 18:34:14 +0100
commite7cc35073f95800a3dc53cfa6b7f924f47ac618c (patch)
tree1db1550f1750c5c1ff02fcdb8593b2a841654f81 /tools/test-helper/README.md
parent7092c504474eca25ba456db606de11402ea1e8ca (diff)
Tune test extension 🛠
- Separate refresh button which does not rerun the test - Shows stdout and stderr of commands in the preview
Diffstat (limited to 'tools/test-helper/README.md')
-rw-r--r--tools/test-helper/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md
index d99aa496..d3092d0d 100644
--- a/tools/test-helper/README.md
+++ b/tools/test-helper/README.md
@@ -4,7 +4,8 @@ This is a small VS Code extension that helps with managing Typst's test suite.
When installed, three new buttons appear in the menubar for all `.typ` files in
the `tests` folder.
-- Open test output: Opens the output and reference images of a test to the side.
-- Refresh test output: Re-runs the test and reloads the preview.
-- Approve test output: Copies the output into the reference folder and optimizes
+- Open: Opens the output and reference images of a test to the side.
+- Refresh: Refreshes the preview.
+- Rerun: Re-runs the test.
+- Approve: Copies the output into the reference folder and optimizes
it with `oxipng`.