reportportal / agent-net-vstest

Logger extension for VsTest
Apache License 2.0
8 stars 10 forks source link

Append tags to via cli switch or environment variable #40

Closed jrsearles closed 4 years ago

jrsearles commented 4 years ago

Currently you can set the tags via a CLI switch, however it would be nice if you could append some additional metadata to the tags already set instead of replacing them. This would allow us to easily append build information in CI builds while preserve existing static tags.

nvborisenko commented 4 years ago

If configuration value starts with ++ it should be appended.

We need document it.

jrsearles commented 4 years ago

Thank you! I've confirmed that this works. You can close this, unless you'd like to keep it open as a reminder to document this functionality.