Skip to content

Releases: BRIKEV/twd-cli

v1.2.0

Choose a tag to compare

@kevinccbsg kevinccbsg released this 01 Jul 21:57

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

Choose a tag to compare

@kevinccbsg kevinccbsg released this 05 Jun 22:33
  • 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:linux for future dependency updates)

v1.1.14

Choose a tag to compare

@kevinccbsg kevinccbsg released this 27 May 10:27
  • 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

Choose a tag to compare

@kevinccbsg kevinccbsg released this 20 May 21:38
  • feat: add Tests: summary line, Failed tests block, and MOCK prefix on contract lines (#7)

v1.1.12

Choose a tag to compare

@kevinccbsg kevinccbsg released this 08 May 21: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

Choose a tag to compare

@kevinccbsg kevinccbsg released this 04 May 08:21
  • chore: update dependencies

v1.1.10

Choose a tag to compare

@kevinccbsg kevinccbsg released this 21 Apr 11:53
420e831
  • fix: forward mock Content-Type to contract validator (avoids false-positive MISSING_SCHEMA for binary mocks) (#5)

v1.1.9

Choose a tag to compare

@kevinccbsg kevinccbsg released this 15 Apr 15:39
  • chore: update twd-js to 1.7.1
  • chore: update puppeteer to 24.41.0

v1.1.8

Choose a tag to compare

@kevinccbsg kevinccbsg released this 15 Apr 11:57
  • chore: update twd-js to 1.7.0

v1.1.6

Choose a tag to compare

@kevinccbsg kevinccbsg released this 14 Apr 11:10

What's Changed

  • chore: update twd-js to 1.6.6