nunit pořádek
This commit is contained in:
		@@ -1,7 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "ExpandedNodes": [
 | 
			
		||||
    ""
 | 
			
		||||
  ],
 | 
			
		||||
  "SelectedNode": "\\TestProject1.sln",
 | 
			
		||||
  "PreviewInSolutionExplorer": false
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								.vs/slnx.sqlite
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.vs/slnx.sqlite
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								GoogleNUnitProject/.vs/GoogleNUnitProject/v17/.futdcache.v2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								GoogleNUnitProject/.vs/GoogleNUnitProject/v17/.futdcache.v2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								GoogleNUnitProject/.vs/GoogleNUnitProject/v17/.suo
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								GoogleNUnitProject/.vs/GoogleNUnitProject/v17/.suo
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										25
									
								
								GoogleNUnitProject/GoogleNUnitProject.sln
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								GoogleNUnitProject/GoogleNUnitProject.sln
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
 | 
			
		||||
Microsoft Visual Studio Solution File, Format Version 12.00
 | 
			
		||||
# Visual Studio Version 17
 | 
			
		||||
VisualStudioVersion = 17.7.34018.315
 | 
			
		||||
MinimumVisualStudioVersion = 10.0.40219.1
 | 
			
		||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleNUnitProject", "GoogleNUnitProject\GoogleNUnitProject.csproj", "{1C7F42A4-7B76-463D-B0C5-3B804748936F}"
 | 
			
		||||
EndProject
 | 
			
		||||
Global
 | 
			
		||||
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
			
		||||
		Debug|Any CPU = Debug|Any CPU
 | 
			
		||||
		Release|Any CPU = Release|Any CPU
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 | 
			
		||||
		{1C7F42A4-7B76-463D-B0C5-3B804748936F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 | 
			
		||||
		{1C7F42A4-7B76-463D-B0C5-3B804748936F}.Debug|Any CPU.Build.0 = Debug|Any CPU
 | 
			
		||||
		{1C7F42A4-7B76-463D-B0C5-3B804748936F}.Release|Any CPU.ActiveCfg = Release|Any CPU
 | 
			
		||||
		{1C7F42A4-7B76-463D-B0C5-3B804748936F}.Release|Any CPU.Build.0 = Release|Any CPU
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(SolutionProperties) = preSolution
 | 
			
		||||
		HideSolutionNode = FALSE
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(ExtensibilityGlobals) = postSolution
 | 
			
		||||
		SolutionGuid = {E62F9D2E-1408-4E94-B6EB-B16456840D7B}
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
EndGlobal
 | 
			
		||||
@@ -0,0 +1,27 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk">
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <TargetFramework>net6.0</TargetFramework>
 | 
			
		||||
    <ImplicitUsings>enable</ImplicitUsings>
 | 
			
		||||
    <Nullable>enable</Nullable>
 | 
			
		||||
 | 
			
		||||
    <IsPackable>false</IsPackable>
 | 
			
		||||
    <IsTestProject>true</IsTestProject>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="DotNetSeleniumExtras.PageObjects.Core" Version="4.3.0" />
 | 
			
		||||
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
 | 
			
		||||
    <PackageReference Include="NUnit" Version="3.13.3" />
 | 
			
		||||
    <PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
 | 
			
		||||
    <PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
 | 
			
		||||
    <PackageReference Include="coverlet.collector" Version="3.2.0" />
 | 
			
		||||
    <PackageReference Include="Selenium.Support" Version="4.11.0" />
 | 
			
		||||
    <PackageReference Include="Selenium.WebDriver" Version="4.11.0" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Folder Include="Tests\" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
@@ -1,284 +1,296 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeTarget": {
 | 
			
		||||
    "name": ".NETCoreApp,Version=v7.0",
 | 
			
		||||
    "name": ".NETCoreApp,Version=v6.0",
 | 
			
		||||
    "signature": ""
 | 
			
		||||
  },
 | 
			
		||||
  "compilationOptions": {},
 | 
			
		||||
  "targets": {
 | 
			
		||||
    ".NETCoreApp,Version=v7.0": {
 | 
			
		||||
      "Lukan/1.0.0": {
 | 
			
		||||
    ".NETCoreApp,Version=v6.0": {
 | 
			
		||||
      "GoogleNUnitProject/1.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.NET.Test.Sdk": "17.3.2",
 | 
			
		||||
          "DotNetSeleniumExtras.PageObjects.Core": "4.3.0",
 | 
			
		||||
          "Microsoft.NET.Test.Sdk": "17.5.0",
 | 
			
		||||
          "NUnit": "3.13.3",
 | 
			
		||||
          "NUnit.Analyzers": "3.3.0",
 | 
			
		||||
          "NUnit.ConsoleRunner": "3.16.2",
 | 
			
		||||
          "NUnit3TestAdapter": "4.3.1",
 | 
			
		||||
          "Selenium.WebDriver": "4.8.0",
 | 
			
		||||
          "coverlet.collector": "3.1.2"
 | 
			
		||||
          "NUnit.Analyzers": "3.6.1",
 | 
			
		||||
          "NUnit3TestAdapter": "4.4.2",
 | 
			
		||||
          "Selenium.Support": "4.11.0",
 | 
			
		||||
          "Selenium.WebDriver": "4.11.0",
 | 
			
		||||
          "coverlet.collector": "3.2.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "Lukan.dll": {}
 | 
			
		||||
          "GoogleNUnitProject.dll": {}
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "coverlet.collector/3.1.2": {},
 | 
			
		||||
      "Microsoft.CodeCoverage/17.3.2": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp1.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "17.300.622.32707"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NET.Test.Sdk/17.3.2": {
 | 
			
		||||
      "coverlet.collector/3.2.0": {},
 | 
			
		||||
      "DotNetSeleniumExtras.PageObjects.Core/4.3.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.CodeCoverage": "17.3.2",
 | 
			
		||||
          "Microsoft.TestPlatform.TestHost": "17.3.2"
 | 
			
		||||
          "Selenium.WebDriver": "4.11.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net5.0/SeleniumExtras.PageObjects.dll": {
 | 
			
		||||
            "assemblyVersion": "4.3.0.0",
 | 
			
		||||
            "fileVersion": "4.3.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.CodeCoverage/17.5.0": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "17.500.222.62001"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NET.Test.Sdk/17.5.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.CodeCoverage": "17.5.0",
 | 
			
		||||
          "Microsoft.TestPlatform.TestHost": "17.5.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NETCore.Platforms/1.1.0": {},
 | 
			
		||||
      "Microsoft.TestPlatform.ObjectModel/17.3.2": {
 | 
			
		||||
      "Microsoft.TestPlatform.ObjectModel/17.5.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "NuGet.Frameworks": "5.11.0",
 | 
			
		||||
          "System.Reflection.Metadata": "1.6.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.TestPlatform.CoreUtilities.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.TestPlatform.TestHost/17.3.2": {
 | 
			
		||||
      "Microsoft.TestPlatform.TestHost/17.5.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.TestPlatform.ObjectModel": "17.3.2",
 | 
			
		||||
          "Microsoft.TestPlatform.ObjectModel": "17.5.0",
 | 
			
		||||
          "Newtonsoft.Json": "13.0.1"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/testhost.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/testhost.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
@@ -315,10 +327,20 @@
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NUnit.Analyzers/3.3.0": {},
 | 
			
		||||
      "NUnit.ConsoleRunner/3.16.2": {},
 | 
			
		||||
      "NUnit3TestAdapter/4.3.1": {},
 | 
			
		||||
      "Selenium.WebDriver/4.8.0": {
 | 
			
		||||
      "NUnit.Analyzers/3.6.1": {},
 | 
			
		||||
      "NUnit3TestAdapter/4.4.2": {},
 | 
			
		||||
      "Selenium.Support/4.11.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Selenium.WebDriver": "4.11.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/WebDriver.Support.dll": {
 | 
			
		||||
            "assemblyVersion": "4.0.0.0",
 | 
			
		||||
            "fileVersion": "4.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Selenium.WebDriver/4.11.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Newtonsoft.Json": "13.0.1"
 | 
			
		||||
        },
 | 
			
		||||
@@ -333,31 +355,38 @@
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "libraries": {
 | 
			
		||||
    "Lukan/1.0.0": {
 | 
			
		||||
    "GoogleNUnitProject/1.0.0": {
 | 
			
		||||
      "type": "project",
 | 
			
		||||
      "serviceable": false,
 | 
			
		||||
      "sha512": ""
 | 
			
		||||
    },
 | 
			
		||||
    "coverlet.collector/3.1.2": {
 | 
			
		||||
    "coverlet.collector/3.2.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-wuLDIDKD5XMt0A7lE31JPenT7QQwZPFkP5rRpdJeblyXZ9MGLI8rYjvm5fvAKln+2/X+4IxxQDxBtwdrqKNLZw==",
 | 
			
		||||
      "path": "coverlet.collector/3.1.2",
 | 
			
		||||
      "hashPath": "coverlet.collector.3.1.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==",
 | 
			
		||||
      "path": "coverlet.collector/3.2.0",
 | 
			
		||||
      "hashPath": "coverlet.collector.3.2.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.CodeCoverage/17.3.2": {
 | 
			
		||||
    "DotNetSeleniumExtras.PageObjects.Core/4.3.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q==",
 | 
			
		||||
      "path": "microsoft.codecoverage/17.3.2",
 | 
			
		||||
      "hashPath": "microsoft.codecoverage.17.3.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-ZqD0Rx5On7NvcwAQbnNnnUy1czifVYin17TN4jnWCIKkKofBJLMK0a0aR/uQ7sF9atUlOKHJRLjs6mZQ9shbTw==",
 | 
			
		||||
      "path": "dotnetseleniumextras.pageobjects.core/4.3.0",
 | 
			
		||||
      "hashPath": "dotnetseleniumextras.pageobjects.core.4.3.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NET.Test.Sdk/17.3.2": {
 | 
			
		||||
    "Microsoft.CodeCoverage/17.5.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
 | 
			
		||||
      "path": "microsoft.net.test.sdk/17.3.2",
 | 
			
		||||
      "hashPath": "microsoft.net.test.sdk.17.3.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig==",
 | 
			
		||||
      "path": "microsoft.codecoverage/17.5.0",
 | 
			
		||||
      "hashPath": "microsoft.codecoverage.17.5.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NET.Test.Sdk/17.5.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==",
 | 
			
		||||
      "path": "microsoft.net.test.sdk/17.5.0",
 | 
			
		||||
      "hashPath": "microsoft.net.test.sdk.17.5.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NETCore.Platforms/1.1.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
@@ -366,19 +395,19 @@
 | 
			
		||||
      "path": "microsoft.netcore.platforms/1.1.0",
 | 
			
		||||
      "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.ObjectModel/17.3.2": {
 | 
			
		||||
    "Microsoft.TestPlatform.ObjectModel/17.5.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
 | 
			
		||||
      "path": "microsoft.testplatform.objectmodel/17.3.2",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.objectmodel.17.3.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
 | 
			
		||||
      "path": "microsoft.testplatform.objectmodel/17.5.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.TestHost/17.3.2": {
 | 
			
		||||
    "Microsoft.TestPlatform.TestHost/17.5.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
 | 
			
		||||
      "path": "microsoft.testplatform.testhost/17.3.2",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.testhost.17.3.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==",
 | 
			
		||||
      "path": "microsoft.testplatform.testhost/17.5.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.testhost.17.5.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NETStandard.Library/2.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
@@ -408,33 +437,33 @@
 | 
			
		||||
      "path": "nunit/3.13.3",
 | 
			
		||||
      "hashPath": "nunit.3.13.3.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit.Analyzers/3.3.0": {
 | 
			
		||||
    "NUnit.Analyzers/3.6.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-gyRc0qmXUIjHaTcHTWZDHK5ccOF6cLEOGQJ6Fj5JWKh8/W1XzPFC6zGXRu5sDNSxfKaNeQRmkdz3M73ArQkY1A==",
 | 
			
		||||
      "path": "nunit.analyzers/3.3.0",
 | 
			
		||||
      "hashPath": "nunit.analyzers.3.3.0.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==",
 | 
			
		||||
      "path": "nunit.analyzers/3.6.1",
 | 
			
		||||
      "hashPath": "nunit.analyzers.3.6.1.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit.ConsoleRunner/3.16.2": {
 | 
			
		||||
    "NUnit3TestAdapter/4.4.2": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-VKsL1kfUMLX8hsuGpSRd/n+IcBSxfbE+0zNgW3USiG3lW2h70o4+j13PcR6R7i44q99tgBrqu0bzz7vkRrL34Q==",
 | 
			
		||||
      "path": "nunit.consolerunner/3.16.2",
 | 
			
		||||
      "hashPath": "nunit.consolerunner.3.16.2.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-vA/iHYcR+LYw+pRWQugckC/zW2fXHaqMr2uA82NOBt8v4YK4wMJrQ7QC8XLc7PjetEZ96cPbBTWsDDtmQiRZTA==",
 | 
			
		||||
      "path": "nunit3testadapter/4.4.2",
 | 
			
		||||
      "hashPath": "nunit3testadapter.4.4.2.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit3TestAdapter/4.3.1": {
 | 
			
		||||
    "Selenium.Support/4.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-R+bGFtsUpLWywjT1nb3xMmoVa2AIw6ClIGC+XjW9lYE8hwJeos+NdR/mtg4RXbBphmC9epALrnUc6MM7mUG8+Q==",
 | 
			
		||||
      "path": "nunit3testadapter/4.3.1",
 | 
			
		||||
      "hashPath": "nunit3testadapter.4.3.1.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-PR7ssrG9peQ5AqPSNvOJ846FFOX1wSv5eV3/8zvYwf0jhNx2bEprBZbtYMSWtht+HXtC5xb6atRQLlpKD+FETQ==",
 | 
			
		||||
      "path": "selenium.support/4.11.0",
 | 
			
		||||
      "hashPath": "selenium.support.4.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Selenium.WebDriver/4.8.0": {
 | 
			
		||||
    "Selenium.WebDriver/4.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-12/UPRx8JHOKnQTW4vTeLT+gkMPF/2RJFbGn6rGLj9NBffd62PdXYoFTWFeOwywSfNpWcJVyjzk9MXoJjrA0Ww==",
 | 
			
		||||
      "path": "selenium.webdriver/4.8.0",
 | 
			
		||||
      "hashPath": "selenium.webdriver.4.8.0.nupkg.sha512"
 | 
			
		||||
      "sha512": "sha512-V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==",
 | 
			
		||||
      "path": "selenium.webdriver/4.11.0",
 | 
			
		||||
      "hashPath": "selenium.webdriver.4.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Reflection.Metadata/1.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,9 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeOptions": {
 | 
			
		||||
    "tfm": "net7.0",
 | 
			
		||||
    "tfm": "net6.0",
 | 
			
		||||
    "framework": {
 | 
			
		||||
      "name": "Microsoft.NETCore.App",
 | 
			
		||||
      "version": "7.0.0"
 | 
			
		||||
      "version": "6.0.0"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
610766346
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user