Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reference to teamcity found in logs #405

Open
MikeWilliams-UK opened this issue Sep 22, 2022 · 2 comments
Open

reference to teamcity found in logs #405

MikeWilliams-UK opened this issue Sep 22, 2022 · 2 comments

Comments

@MikeWilliams-UK
Copy link

We are using Azure Devops pipelines.
Why do the logs show a reference to teamcity

2022-09-22 11:40:08.2315|Error|Ocaramba.DriverContext.SaveScreenshot|Test failed: screenshot saved to C:\***\SmokeTests\bin\Release\net6.0\TestOutput\***_2022_09_22_11_40_06_186_browser.png.
 ##teamcity[publishArtifacts 'C:\***\SmokeTests\bin\Release\net6.0\TestOutput\***_2022_09_22_11_40_06_186_browser.png']
@raczeja
Copy link
Contributor

raczeja commented Sep 22, 2022

if you run test in teamcity you can:
image
On Azure Devops that log do nothing, you can ignore it.

@MikeWilliams-UK
Copy link
Author

My point here is that as we are NOT using team city, there should NOT be any reference to it in the logs emitted by your code.

Please remove the hard coded reference to teamcity in the string and replace with a more generic one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants