feat(tstest): add support for package.json before scripts during test execution

This commit is contained in:
2026-03-19 15:38:02 +00:00
parent bc39793682
commit cf4e5c33e8
5 changed files with 197 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-19 - 3.5.0 - feat(tstest)
add support for package.json before scripts during test execution
- load test:before or test:before:once once per test run from package.json scripts
- run test:before:testfile before each test file execution and pass TSTEST_FILE and TSTEST_RUNTIME environment variables
- log before-script lifecycle events and abort or skip execution when setup scripts fail
## 2026-03-18 - 3.4.0 - feat(tapbundle,deno)
replace smarts3 test tooling with smartstorage and pre-resolve Deno test dependencies