17 Commits

Author SHA1 Message Date
cfcb99de76 fix(dependencies): Update dependency versions and add local configuration files 2025-05-23 18:53:08 +00:00
03d478d6ff feat(docs): Update documentation to embed tapbundle and clarify module exports for browser compatibility; also add CI permission settings. 2025-05-16 01:00:06 +00:00
946e467c26 feat(documentation): Enhance README with detailed test features and update local settings for build permissions. 2025-05-16 00:54:10 +00:00
2b01d949f2 feat(tstest): Enhance tstest with fluent API, suite grouping, tag filtering, fixture & snapshot testing, and parallel execution improvements 2025-05-16 00:21:32 +00:00
b28e2eace3 feat(package): Revamp package exports and update permissions with an extensive improvement plan for test runner enhancements. 2025-05-15 20:48:26 +00:00
bac2f852c5 feat(cli): Improve test runner configuration: update test scripts, reorganize test directories, update dependencies and add local settings for command permissions. 2025-05-15 20:39:03 +00:00
42cd08eb1c feat(logging): Display failed test console logs in default mode 2025-05-15 19:40:46 +00:00
6cc883dede fix(settings): Add local permissions configuration and remove obsolete test output log 2025-05-15 17:53:38 +00:00
56f0f0be16 feat(logger): Improve logging output and add --logfile support for persistent logs 2025-05-15 17:50:25 +00:00
78ffad2f7d feat(logging): Improve logging output, CLI option parsing, and test report formatting. 2025-05-15 16:39:46 +00:00
a57edeef64 feat(cli): Enhance test discovery with support for single file and glob pattern execution using improved CLI argument detection 2025-05-15 14:37:55 +00:00
90741ed917 fix(TsTest): Fixed improper type-check for promise-like testModule defaults 2025-01-23 20:03:52 +01:00
c085a20a4f fix(core): Fix delay handling in Chrome test execution 2025-01-23 19:56:56 +01:00
a73ce99564 fix(TsTest): Fix test module execution by ensuring promise resolution delay 2025-01-23 19:25:13 +01:00
5ddc2d2de0 fix(tstest): Handle globalThis.tapPromise in browser runtime evaluation 2025-01-23 19:20:11 +01:00
61c3226156 fix(core): Improve error logging for test modules without default promise 2025-01-23 19:13:40 +01:00
a8e9f67810 fix(core): Refactored tstest class to enhance promise handling for test modules. 2025-01-23 19:02:11 +01:00