lmajano
09/10/2024, 9:48 PMNew Feature
TESTBOX-391 MockBox converted to script
TESTBOX-392 BoxLang classes support
TESTBOX-393 New environment helpers to do skip detections or anything you see fit: isAdobe, isLucee, isBoxLang, isWindows, isMac, isLinux
TESTBOX-394 new `test(), xtest(), ftest()` alias for more natuarl testing
TESTBOX-397 debug() get's two new arguments: label and showUDFs
TESTBOX-398 DisplayName on a bundle now shows up in the reports
TESTBOX-399 xUnit new annotation for @DisplayName so it can show instead of the function name
Improvement
TESTBOX-289 showUDFs = false option with debug()
TESTBOX-331 TextReporter doesn't correctly support testBundles URL param
TESTBOX-395 adding missing focused argument to spec methods
TESTBOX-396 Generating a repeatable id for specs to track them better in future UIs
Bug
TESTBOX-123 If test spec descriptor contains a comma, it can not be drilled down to run that one spec directly
TESTBOX-338 describe handler in non-called test classes being executed