◐ Shell
clean mode source ↗

Feature/add reason to disable by lwasylow · Pull Request #1183 · utPLSQL/utPLSQL

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to also update other reporters except ut_documentation_reporter
Particularly:

  • ut_junit_reporter - tag <skipper>reason</skipped>
  • ut_tfs_junit_reporter - tag <skipper>reason</skipped>

For the ut_realtime_reporter - It would be good to check with @PhilippSalvisberg
For the ut_teamcity_reporter - I'm not sure if the format supports a disabled/skipped description. The format description can be found here.
I didn't run utPLSQL on TeamCity for a long time and don't have local setup ready.
You would need to install and run TeamCity build locally (docker?) to actually test it.

Update
I've checked the documentation and the disabled (ignored) description is supported in TeamCity:

##teamcity[testIgnored name='testName' message='ignore comment']