Skip to content

TeamCity renderer doesn't use ##teamcity[testSuiteStarted/Finished] or #teamcity[testStarted/Finished] #421

@timbavtbc

Description

@timbavtbc

Xcbeautify only seems to use these TeamCity directives:

    ##teamcity[message text='\(text)' errorDetails='\(details.teamCityEscaped())' status='NORMAL']
    ##teamcity[buildProblem description='\(filePath)']
    ##teamcity[message text='\(text)' errorDetails='\(details.teamCityEscaped())' status='ERROR']
    ##teamcity[message text='\([text, details.teamCityEscaped()].joined(separator: "|n"))' status='WARNING']

this despite TeamCity providing testSuiteStarted/Finished, testStarted/Finished, and testStdOut/Err to handle output.

https://www.jetbrains.com/help/teamcity/service-messages.html#Supported+Test+ServiceMessages

Is there a particular reason those aren't invoked, or does the renderer just pre-date them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions