itereshchenkov / jest-teamcity

Jest Teamcity Reporter
MIT License
31 stars 13 forks source link

add flowId to logs #8

Closed abobr closed 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.

itereshchenkov commented 4 years ago

@abobr thanks a lot for your contribution. I will publish a new version today

abobr commented 4 years ago

@itereshchenkov hi ) any news on when it could be merged?

itereshchenkov commented 4 years ago

Merged and published. Thanks for your support!

abobr commented 4 years ago

Thank you.