winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

flowId added to teamcity logs #28

Open abobr opened 4 years ago

abobr commented 4 years ago

https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html#BuildScriptInteractionwithTeamCity-ReportingTests

https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html#Message-FlowId

When running tests inside a container (docker 19.03) on TeamCity agent (VM - ubuntu 18.04) teamcity treats tests as failed. adding flowId helps to solve this issue.