diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-24 18:34:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-24 18:34:14 +0100 |
| commit | e7cc35073f95800a3dc53cfa6b7f924f47ac618c (patch) | |
| tree | 1db1550f1750c5c1ff02fcdb8593b2a841654f81 /tools/test-helper/README.md | |
| parent | 7092c504474eca25ba456db606de11402ea1e8ca (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.md | 7 |
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`. |
