Releases: SmooAI/testing
Releases · SmooAI/testing
Release list
v1.3.1
Patch Changes
- 78ed6fc: Migrate build tooling from tsup to tsdown — faster, oxc-based, drop-in replacement. The lib build emits
.cjs/.mjs/.d.cts/.d.mts(vs tsup's.js/.mjs/.d.ts); theexportsmap is updated to match. The CLI bin (smooai-testing) still ships ascli.mjswith the same#!/usr/bin/env nodeshebang and the samereact-devtools-coreshim, just via@rollup/plugin-aliasinstead of esbuild's alias hook. No public API change.
v1.3.0
Minor Changes
- 663247c: Add --additional-org-ids flag to
runs reportcommand for pushing test results to multiple organizations in a single invocation
v1.1.0
Minor Changes
- 33a6b6d: Add tags support to test runs. Tags are flexible string arrays (e.g.,
['e2e', 'brent-rager']) for categorizing runs by type and scope. Added--tagsCLI option tocreate,report, andlistcommands. UpdatedSmooTestingClient.report()to accept tags.
v1.0.1
Patch Changes
- 17d5122: Fix release workflow race condition and pre-commit-check circular reference
v1.0.0
Major Changes
- 817b21c: Initial public release of @smooai/testing SDK. Includes SmooTestingClient library and CLI for managing test runs, cases, environments, and deployments via the Smoo AI Testing API.