|
|
edce15b20a
|
feat(tapbundle,deno): replace smarts3 test tooling with smartstorage and pre-resolve Deno test dependencies
|
2026-03-18 01:56:04 +00:00 |
|
|
|
300e03628c
|
fix(deps): bump dependency versions and reorder smartserve in package.json
|
2026-03-09 17:32:38 +00:00 |
|
|
|
8b16ba1d9a
|
fix(serve): migrate test HTTP server to @push.rocks/smartserve and update related dependencies
|
2026-03-09 16:23:48 +00:00 |
|
|
|
69263b3efc
|
feat(testfile-directives): Add per-test file directives to control runtime permissions and flags (Deno, Node, Bun, Chromium)
|
2026-03-06 08:12:28 +00:00 |
|
|
|
f23c902658
|
feat(tapbundle_serverside): add network port discovery utilities and migrate file I/O to smartfs; refactor runtimes to use Node fs and SmartFs, update server APIs and bump dependencies
|
2026-03-03 20:15:59 +00:00 |
|
|
|
fdc84a2d83
|
fix(tapbundle): treat tests that call tools.allowFailure() as passing and update tests to use tools parameter
|
2026-01-25 22:20:14 +00:00 |
|
|
|
6c498b3686
|
fix(tap-parser): append newline to WebSocket tap log messages to ensure proper line-by-line processing
|
2026-01-25 13:45:01 +00:00 |
|
|
|
9ec2c8b6eb
|
fix(logging): handle mid-line streaming output in test logger and add streaming tests
|
2026-01-19 20:32:56 +00:00 |
|
|
|
46f0a5a8cf
|
fix(tstest): preserve streaming console output and correctly buffer incomplete TAP lines
|
2026-01-19 19:14:05 +00:00 |
|
|
|
2b81e8e5aa
|
fix(webhelpers): improve browser test fixture to append element and await custom element upgrade and Lit update completion; add generic return type; update npm packaging release config; remove pnpm onlyBuiltDependencies
|
2025-12-30 11:29:44 +00:00 |
|
|
|
d6f657a46a
|
fix(docs): Update package author and expand license/legal and issue-reporting information in tapbundle docs
|
2025-11-21 15:50:16 +00:00 |
|
|
|
9ab4f1838d
|
fix(docs): Update README: add issue reporting/security guidance and expanded changelog (3.1.1/3.1.0)
|
2025-11-21 15:45:53 +00:00 |
|
|
|
8edbbd4850
|
fix(tapbundle): Pass TapTools to suite lifecycle hooks (beforeAll/afterAll) and update @push.rocks/smarts3 to ^3.0.0
|
2025-11-21 15:17:37 +00:00 |
|
|
|
ca08bb2e3c
|
feat(tapbundle): Add global postTask (teardown) and suite lifecycle hooks (beforeAll/afterAll) to tapbundle
|
2025-11-20 18:22:54 +00:00 |
|
|
|
c630a171b5
|
fix(@push.rocks/smarts3): Bump @push.rocks/smarts3 dependency to ^2.2.7
|
2025-11-20 08:37:30 +00:00 |
|
|
|
41d7c1ce49
|
BREAKING CHANGE(tapbundle_serverside): Rename Node-specific tapbundle module to tapbundle_serverside and migrate server-side utilities
|
2025-11-19 21:43:15 +00:00 |
|
|
|
ee7b387534
|
fix(dependencies): Update dependency versions
|
2025-11-19 21:22:58 +00:00 |
|
|
|
1ce730d4f2
|
fix(logging): Include runtime identifier in per-test logfile name and sanitize runtime string
|
2025-11-17 13:42:32 +00:00 |
|
|
|
973ce771d2
|
fix(config): Remove Bun config file and set deno.json useDefineForClassFields to false for compatibility
|
2025-11-17 01:52:00 +00:00 |
|
|
|
16ca3b6374
|
feat(runtime-adapters): Enable TypeScript decorator support for Deno and Bun runtimes and add decorator tests
|
2025-11-17 01:21:20 +00:00 |
|
|
|
ef6f21fc9c
|
feat(tapbundle_protocol): Add package export for tapbundle_protocol to expose protocol utilities
|
2025-10-26 19:47:06 +00:00 |
|
|
|
062c6e384b
|
fix(@push.rocks/smartrequest): Bump @push.rocks/smartrequest from ^4.3.1 to ^4.3.2
|
2025-10-17 09:24:19 +00:00 |
|
|
|
de53b3f00c
|
fix(runtime-adapters): Silence shell version checks for Bun and Deno; add local Claude settings
|
2025-10-17 08:43:17 +00:00 |
|
|
|
86db2491a3
|
feat(runtime-adapters): Add runtime environment availability check and logger output; normalize runtime version strings
|
2025-10-17 07:09:25 +00:00 |
|
|
|
d6842326ad
|
fix(runtime.node): Improve Node runtime adapter to use tsrun.spawnPath, strengthen tsrun detection, and improve process lifecycle and loader handling; update tsrun dependency.
|
2025-10-17 06:50:44 +00:00 |
|
|
|
6a8417e400
|
fix(deps): Bump dependencies and add local tooling settings
|
2025-10-16 18:18:52 +00:00 |
|
|
|
ff6aae7159
|
feat(tstest.classes.runtime.parser): Add support for all runtime token and update docs/tests; regenerate lockfile and add local settings
|
2025-10-12 18:24:56 +00:00 |
|
|
|
956a880a4a
|
fix(docs): Update documentation: expand README with multi-runtime architecture, add module READMEs, and add local dev settings
|
2025-10-12 17:49:38 +00:00 |
|
|
|
054cbb6b3c
|
fix(deno): Enable additional Deno permissions for runtime adapters and add local dev settings
|
2025-10-10 16:55:48 +00:00 |
|
|
|
1de674e91d
|
fix(runtime/deno): Enable Deno runtime tests by adding required permissions and local settings
|
2025-10-10 16:45:06 +00:00 |
|
|
|
36715c9139
|
feat(runtime): Add runtime adapters, filename runtime parser and migration tool; integrate runtime selection into TsTest and add tests
|
2025-10-10 16:35:22 +00:00 |
|
|
|
aaebe75326
|
fix(tstest): Improve free port selection for Chrome runner and bump smartnetwork dependency
|
2025-09-12 18:51:28 +00:00 |
|
|
|
efbaded1f3
|
fix(tests): Remove flaky dynamic-ports browser test and add local dev tool settings
|
2025-09-12 14:09:28 +00:00 |
|
|
|
cca01b51ec
|
fix(tstest): Update deps, fix chrome server route for static bundles, add local tool settings and CI ignore
|
2025-09-03 12:37:57 +00:00 |
|
|
|
7a8ae95be2
|
fix(core): Use SmartRequest with Buffer for binary downloads, tighten static route handling, bump dependencies and add workspace/config files
|
2025-08-18 02:40:44 +00:00 |
|
|
|
14e32b06de
|
fix(ci): Add local Claude settings to allow required WebFetch and Bash permissions for local tooling and tests
|
2025-08-16 18:07:57 +00:00 |
|
|
|
733b2249d0
|
fix(dependencies): Bump dependency versions and add local Claude settings
|
2025-08-16 18:01:44 +00:00 |
|
|
|
70435cce45
|
fix(tapParser/logger): Fix test duration reporting and summary formatting in TAP parser and logger
|
2025-05-26 16:07:17 +00:00 |
|
|
|
82fc22653b
|
feat(cli): Add --version option and warn against global tstest usage in the tstest project
|
2025-05-26 14:20:55 +00:00 |
|
|
|
9464c17c15
|
fix(tstest): Improve timeout warning timer management and summary output formatting in the test runner.
|
2025-05-26 14:04:40 +00:00 |
|
|
|
899045e6aa
|
fix(protocol): Fix inline timing metadata parsing and enhance test coverage for performance metrics and timing edge cases
|
2025-05-26 08:22:26 +00:00 |
|
|
|
d1f8652fc7
|
fix(logging): Improve performance metrics reporting and add local permissions configuration
|
2025-05-26 05:01:06 +00:00 |
|
|
|
d2c0e533b5
|
fix(readme/ts/tstest.plugins): Update npm package scope and documentation to use @git.zone instead of @gitzone, and add local settings configuration.
|
2025-05-26 04:55:42 +00:00 |
|
|
|
570e2d6b3b
|
fix(config): Cleanup project configuration by adding local CLAUDE settings and removing redundant license files
|
2025-05-26 04:46:25 +00:00 |
|
|
|
424046b0de
|
fix(repo configuration): Update repository metadata to use git.zone naming and add local permission settings
|
2025-05-26 04:40:10 +00:00 |
|
|
|
82757c4abc
|
feat(watch mode): Add watch mode support with CLI options and enhanced documentation
|
2025-05-26 04:37:38 +00:00 |
|
|
|
33d2ff1d4f
|
feat(core): Implement Protocol V2 with enhanced settings and lifecycle hooks
|
2025-05-26 04:02:32 +00:00 |
|
|
|
7b1732abcc
|
BREAKING CHANGE(protocol): Introduce protocol v2 implementation and update build configuration with revised build order, new tspublish files, and enhanced documentation
|
2025-05-25 19:37:13 +00:00 |
|
|
|
96efba5903
|
fix(tstest): Fix timeout handling to correctly evaluate TAP results after killing the test process.
|
2025-05-24 14:33:24 +00:00 |
|
|
|
0954265095
|
fix(logging): Improve warning logging and add permission settings file
|
2025-05-24 11:10:49 +00:00 |
|