We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5baa4 commit 99dd9d0Copy full SHA for 99dd9d0
test/dotnet-new.IntegrationTests/DotnetNewTestTemplatesTests.cs
@@ -211,7 +211,7 @@ public void MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_Can
211
result.Should().Pass();
212
213
result.StdOut.Should().Contain("Passed!");
214
- result.StdOut.Should().MatchRegex(@"Passed:\s*1");
+ result.StdOut.Should().MatchRegex(isMTP ? "succeeded: 1" : @"Passed:\s*1");
215
}
216
217
// After executing dotnet new and before cleaning up
0 commit comments