|
From: Geoff B. <geo...@gm...> - 2023-04-05 12:47:27
|
Hi all, There's a new TextTest out now. This includes the support for trx and Jetbrains test result formats that Emily mentioned in her previous message on this list, see below. I have also (finally!) updated the old documentation page with the details of this, you can search for the new "batch_external_format" setting at https://texttest.sourceforge.net/index.php?page=documentation_4_3&n=configfile_default which explains how to use this new configuration. Regards, Geoff New development: We now support multiple external formats for test results, Visual Studio's trx format and JetBrains XML format. This means it is now possible to run TextTest from within Visual Studio or JetBrains IDEs (e.g. PyCharm, IntelliJ, CLion) and present the results there. Bugfixes: Default interpreter for Python on Windows changed to "py -3" launcher, after 4.2.3 introduced usage of "py". (Python 3.11 now gives an error if it is run without arguments) Fixed bug #107 AttributeError when reordering test suites (thanks Michael Behrisch) |