fix(tstest): Improve timeout warning timer management and summary output formatting in the test runner.
This commit is contained in:
		| @@ -1,5 +1,13 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2025-05-26 - 2.2.6 - fix(tstest) | ||||
| Improve timeout warning timer management and summary output formatting in the test runner. | ||||
|  | ||||
| - Removed the global timeoutWarningTimer and replaced it with local warning timers in runInNode and runInChrome methods. | ||||
| - Added warnings when test files run for over one minute if no timeout is specified. | ||||
| - Ensured proper clearing of warning timers on successful completion or timeout. | ||||
| - Enhanced quiet mode summary output to clearly display passed and failed test counts. | ||||
|  | ||||
| ## 2025-05-26 - 2.2.5 - fix(protocol) | ||||
| Fix inline timing metadata parsing and enhance test coverage for performance metrics and timing edge cases | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user