summaryrefslogtreecommitdiff
path: root/tools/test-helper/package.json
AgeCommit message (Collapse)Author
2025-06-30Support HTML tests in test-helper extension (#6504)Laurenz
2025-01-30Modular, multi-threaded, transitioning plugins (#5779)Laurenz
2024-12-20HTML tests (#5594)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-04-16Better instruction in test READMEs (#3929)Leedehai
2024-04-13Better test runner (#3922)Laurenz
2024-01-02Improve test-helper: prevent spawning multiple processes of `cargo test` (#3029)Leedehai
2023-12-20Improve test-helper (#2820)Leedehai
2023-04-20Add UPDATE_EXPECT envvar to update tests (#748)Alex Saveau
2021-02-24Tune test extension 🛠Laurenz
- Separate refresh button which does not rerun the test - Shows stdout and stderr of commands in the preview
2021-02-20VS Code extension for easier testing 🛠Laurenz
This extension enables you to - quickly open the actual and reference output for a test case to the side - re-run the test with the click of a button - approve the test output (moves output to reference folder and optimizes with oxipng)