File tree 2 files changed +5
-5
lines changed
Playwright.TestingHarnessTest
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
await using var browser = await playwright . Chromium . LaunchAsync ( ) ;
29
29
var page = await browser . NewPageAsync ( ) ;
30
30
await page . GotoAsync ( "https://playwright.dev/dotnet" ) ;
31
- await page . ScreenshotAsync ( new PageScreenshotOptions { Path = "screenshot.png" } ) ;
31
+ await page . ScreenshotAsync ( new PageScreenshotOptions { Path = "screenshot.png" } ) ;
Original file line number Diff line number Diff line change 9
9
<Import Project =" ../Common/SignAssembly.props" />
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
13
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.6.2 " />
14
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.2 " />
15
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6 .0" />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
13
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10 " />
14
+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10 " />
15
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5 .0" />
16
16
<PackageReference Include =" xunit" Version =" 2.9.2" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
18
18
</ItemGroup >
You can’t perform that action at this time.
0 commit comments