VerifyTests / DiffEngine

Manages launching and cleanup of diff tools
MIT License
190 stars 28 forks source link

Use with Teamcity #563

Open gsellitto opened 1 week ago

gsellitto commented 1 week ago

Someona have used this library with teamcity? The Test phase work in local development in VS, but where pushed on Teamcity the Test phase do not end. I have tired to set:

    _verifySettings = new VerifySettings();
    _verifySettings.UseDirectory("snapshot");
    _verifySettings.DisableDiff();

but wiht same result.

SimonCropp commented 1 week ago

@gsellitto sorry for the hassle

that behavior is controlled by https://github.com/VerifyTests/DiffEngine/blob/main/src/DiffEngine/BuildServerDetector.cs#L48

can u confirm there is a TEAMCITY_VERSION in your environment variables for your CI