зеркало из
1
0
Форкнуть 0
teamcity-event-listener/CHANGES.txt

56 строки
2.1 KiB
Plaintext
Исходник Обычный вид История

2023-10-07 18:05:37 +03:00
teamcity-event-listener 1.0.9 - Oct 07, 2023
Issues Resolved
* 0084 Artifacts directory name can be too long
teamcity-event-listener 1.0.8 - Dec 09, 2020
2020-03-23 12:40:17 +03:00
New Features
2020-03-23 12:40:17 +03:00
* 0073 Added the environment variable to suppress parsing TeamCity service message from NUnit events. For instance adding the environment variable 'TEAMCITY_SUPPRESS_PARSING_INSIDE=testStdErr;testStdOut' avoids paring service messages within stdErr and stdOut.
2020-12-09 12:16:25 +03:00
* Support netstandard2.0
teamcity-event-listener 1.0.6 - Mar 20, 2019
2018-12-13 11:53:51 +03:00
New Features
* 0063 Support [test metadata](https://confluence.jetbrains.com/display/TCD18/Reporting+Test+Metadata), TeamCity 2018.2+.
* 0067 Support suite patterns
Issues Resolved
* 0065 The suite name is different for the test in two different builds for NUnit tests
* 0066 Use process ID as a root flow id if the root flow id environment variable (TEAMCITY_PROCESS_FLOW_ID) was not specified
2018-12-13 11:53:51 +03:00
It is important to note
The number of tests and the number of suits may differ for test runs from the previous version of this extension.
2018-12-13 11:53:51 +03:00
teamcity-event-listener 1.0.5 - Nov 19, 2018
Issues Resolved
* Running NUnit3 multiple times results in test being categorized as "<no suite>" - add flowStarted and flowFinished for root flow from default
* Use TeamCity parent flow Id - use root flow id from env var TEAMCITY_PROCESS_FLOW_ID if is was specidied
* Support testStdErr
* the 'message' attribute used instead of the 'text' attribute on "message" service message
teamcity-event-listener 1.0.4 - Dec 5, 2017
Issues Resolved
* 0051 Add stack trace to tests' details of TeamCity service messages when tests fail during TestFixtureSetUpAttribute for NUnit framework 2
teamcity-event-listener 1.0.3 - Nov 22, 2017
Issues Resolved
* 0049 Add stack trace to tests' details of TeamCity service messages when tests fail during TestFixture SetUp/TearDown
teamcity-event-listener 1.0.2 - Oct 1, 2016
2016-09-28 16:21:18 +03:00
Issues Resolved
* 0006 TeamCity does not parse service messages inside errors/output of tests
* 0014 Erroneous TeamCity service messages with multiple test assemblies and (default) parallel execution