What's New With 4.3.0
Released: May 24, 2021
TestBox v4.3.0 includes several new features and bug fixes. Here are the release notes and major areas of improvements.
This release has revamped the
text
and mintext
reporters. Check them out by adding reporter=text
or reporter=mintext
when running your tests.
Text

Min Text
The simple reporter has been updated to add editor opening integration. Now all the tag contexts and traces are links and will open in your favorite IDE of choice. You can control the editor by using the
url.editor
parameter in the URL or via your runner.

- TESTBOX-295 Update the junit and antjunit reports to NOT include supported locales due to the size of the packet
- TESTBOX-308 Simple reporter now has editor integrations to open failure and error stacks in your editor
Last modified 1yr ago