I have great news. TestBox@BE is now fully certifi...
# testing
l
I have great news. TestBox@BE is now fully certified on BoxLang all 335 tests are green and ready to go and have been added to CI The docs also are being completely rewritten for TestBox: testbox.ortusbooks.com to support all the new features and BoxLang support You can also write all your tests and specs in BoxLang now Here is a sneek peek of what's in the next release of TestBox v6!
Copy code
New 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
🎉 6