Skip to content

Commit

Permalink
chore: remove ununsed Playwright.Tests utils (#3026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Oct 18, 2024
1 parent 9168b3b commit 62ab29a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 446 deletions.
8 changes: 0 additions & 8 deletions src/Playwright.Tests/Playwright.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
<NoWarn>1701;1702</NoWarn>
<AssemblyName>Microsoft.Playwright.Tests</AssemblyName>
<RootNamespace>Microsoft.Playwright.Tests</RootNamespace>
<GenerateProgramFile>false</GenerateProgramFile>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<Import Project="../Common/SignAssembly.props" />
<Import Project="build/Playwright.Tests.targets" />
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -26,13 +24,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="System.CodeDom" Version="6.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="CompareNETObjects" Version="4.77.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Playwright\Playwright.csproj" />
Expand Down
139 changes: 0 additions & 139 deletions src/Playwright.Tests/Utils/IdentifyMissingTests.cs

This file was deleted.

46 changes: 0 additions & 46 deletions src/Playwright.Tests/Utils/IdentifyMissingTestsOptions.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/Playwright.Tests/Utils/Program.cs

This file was deleted.

Loading

0 comments on commit 62ab29a

Please sign in to comment.