Releases: BRIKEV/twd-cli
Releases · BRIKEV/twd-cli
Release list
v1.2.0
What's Changed
Features
- Add `--test` filter flag for targeted test runs (#9) — run a specific test (or subset) instead of the full suite.
Fixes
- Regenerate lockfile on Linux to sync `@emnapi` to 1.10.0, and add `npm run lock:linux` for future dependency updates.
Dependencies
- Update `twd-js` to 1.8.1
- Update `puppeteer` to 25.1.0
- Update `vitest` to 4.1.8
Full Changelog: v1.1.15...v1.2.0
v1.1.15
- chore: update twd-js to 1.8.1
- chore: update puppeteer to 25.1.0
- chore: update vitest to 4.1.8
- fix: regenerate lockfile on linux to sync @emnapi to 1.10.0 (adds
npm run lock:linuxfor future dependency updates)
v1.1.14
- feat: configurable protocolTimeout to avoid 180s suite aborts (#8)
The whole test suite runs inside a single page.evaluate, so Puppeteer's implicit 180s protocolTimeout could abort long-but-passing suites on slow CI with no per-test output. Adds a configurable protocolTimeout (default 300000 / 5 min, 0 = no timeout) and a clearer error hint when a run aborts on timeout.
v1.1.13
- feat: add Tests: summary line, Failed tests block, and MOCK prefix on contract lines (#7)
v1.1.12
- chore: update twd-js to 1.8.0
- chore: update puppeteer to 24.43.0
- chore: update openapi-mock-validator to 0.3.0
v1.1.11
v1.1.10
- fix: forward mock Content-Type to contract validator (avoids false-positive
MISSING_SCHEMAfor binary mocks) (#5)
v1.1.9
- chore: update twd-js to 1.7.1
- chore: update puppeteer to 24.41.0
v1.1.8
v1.1.6
What's Changed
- chore: update twd-js to 1.6.6