xUnit test, runner, delete Playwright
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 175 KiB  | 
@@ -1 +1 @@
 | 
			
		||||
690009287
 | 
			
		||||
570402987
 | 
			
		||||
							
								
								
									
										5
									
								
								LukanNUnitProject/LukanPOM/.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								LukanNUnitProject/LukanPOM/.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "recommendations": [
 | 
			
		||||
        "ms-vscode.test-adapter-converter"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										16
									
								
								LukanNUnitProject/LukanPOM/.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								LukanNUnitProject/LukanPOM/.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,18 @@
 | 
			
		||||
{
 | 
			
		||||
    "dotnet-test-explorer.testProjectPath": "*Tests*",
 | 
			
		||||
    "nunitTestRunner.projectsPatterns": [
 | 
			
		||||
        "**/bin/*.Tests.dll",
 | 
			
		||||
        "*Tests*"
 | 
			
		||||
    ],
 | 
			
		||||
    "nunitTestRunner.testsCategory": [
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
            "projectName": "Foo.dll",
 | 
			
		||||
            "categories": [
 | 
			
		||||
                "IntegrationTests",
 | 
			
		||||
                "FunctionalTests"
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@@ -17,27 +17,18 @@ using LukanPOM.PageObjects;
 | 
			
		||||
using LukanPOM.Common;
 | 
			
		||||
 | 
			
		||||
namespace LukanPOM.Tests
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    {
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
        //private IWebDriver? _driver;
 | 
			
		||||
        
 | 
			
		||||
        internal class TitleTest : TestBase
 | 
			
		||||
        {
 | 
			
		||||
            [Test]
 | 
			
		||||
        public void TitleVerifiTest()
 | 
			
		||||
        {
 | 
			
		||||
           
 | 
			
		||||
        
 | 
			
		||||
            home
 | 
			
		||||
             home
 | 
			
		||||
            .Titulek()
 | 
			
		||||
            .TestProsel();
 | 
			
		||||
            
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
@@ -0,0 +1,639 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeTarget": {
 | 
			
		||||
    "name": ".NETCoreApp,Version=v6.0",
 | 
			
		||||
    "signature": ""
 | 
			
		||||
  },
 | 
			
		||||
  "compilationOptions": {},
 | 
			
		||||
  "targets": {
 | 
			
		||||
    ".NETCoreApp,Version=v6.0": {
 | 
			
		||||
      "LukanPOM.Tests/1.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "DotNetSeleniumExtras.PageObjects.Core": "4.3.0",
 | 
			
		||||
          "Microsoft.NET.Test.Sdk": "17.6.0",
 | 
			
		||||
          "NUnit": "3.13.3",
 | 
			
		||||
          "NUnit.Analyzers": "3.6.1",
 | 
			
		||||
          "NUnit.ConsoleRunner": "3.16.3",
 | 
			
		||||
          "NUnit3TestAdapter": "4.5.0",
 | 
			
		||||
          "Selenium.Support": "4.11.0",
 | 
			
		||||
          "Selenium.WebDriver": "4.11.0",
 | 
			
		||||
          "WebDriverManager": "2.17.1",
 | 
			
		||||
          "coverlet.collector": "3.2.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "LukanPOM.Tests.dll": {}
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "AngleSharp/1.0.4": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "System.Text.Encoding.CodePages": "6.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/AngleSharp.dll": {
 | 
			
		||||
            "assemblyVersion": "1.0.4.0",
 | 
			
		||||
            "fileVersion": "1.0.4.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "coverlet.collector/3.2.0": {},
 | 
			
		||||
      "DotNetSeleniumExtras.PageObjects.Core/4.3.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "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.6.0": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "17.600.1123.17103"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NET.Test.Sdk/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.CodeCoverage": "17.6.0",
 | 
			
		||||
          "Microsoft.TestPlatform.TestHost": "17.6.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NETCore.Platforms/5.0.0": {},
 | 
			
		||||
      "Microsoft.TestPlatform.ObjectModel/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "NuGet.Frameworks": "5.11.0",
 | 
			
		||||
          "System.Reflection.Metadata": "1.6.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.TestPlatform.TestHost/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.TestPlatform.ObjectModel": "17.6.0",
 | 
			
		||||
          "Newtonsoft.Json": "13.0.1"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/testhost.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.Win32.Registry/5.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "System.Security.AccessControl": "5.0.0",
 | 
			
		||||
          "System.Security.Principal.Windows": "5.0.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NETStandard.Library/2.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.NETCore.Platforms": "5.0.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Newtonsoft.Json/13.0.1": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
 | 
			
		||||
            "assemblyVersion": "13.0.0.0",
 | 
			
		||||
            "fileVersion": "13.0.1.25517"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NuGet.Frameworks/5.11.0": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
 | 
			
		||||
            "assemblyVersion": "5.11.0.10",
 | 
			
		||||
            "fileVersion": "5.11.0.10"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NUnit/3.13.3": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "NETStandard.Library": "2.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/nunit.framework.dll": {
 | 
			
		||||
            "assemblyVersion": "3.13.3.0",
 | 
			
		||||
            "fileVersion": "3.13.3.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NUnit.Analyzers/3.6.1": {},
 | 
			
		||||
      "NUnit.ConsoleRunner/3.16.3": {},
 | 
			
		||||
      "NUnit3TestAdapter/4.5.0": {},
 | 
			
		||||
      "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"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/WebDriver.dll": {
 | 
			
		||||
            "assemblyVersion": "4.0.0.0",
 | 
			
		||||
            "fileVersion": "4.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "SharpZipLib/1.4.2": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
 | 
			
		||||
            "assemblyVersion": "1.4.2.13",
 | 
			
		||||
            "fileVersion": "1.4.2.13"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "System.Reflection.Metadata/1.6.0": {},
 | 
			
		||||
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
 | 
			
		||||
      "System.Security.AccessControl/5.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.NETCore.Platforms": "5.0.0",
 | 
			
		||||
          "System.Security.Principal.Windows": "5.0.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "System.Security.Principal.Windows/5.0.0": {},
 | 
			
		||||
      "System.Text.Encoding.CodePages/6.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "System.Text.Encodings.Web/7.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/System.Text.Encodings.Web.dll": {
 | 
			
		||||
            "assemblyVersion": "7.0.0.0",
 | 
			
		||||
            "fileVersion": "7.0.22.51805"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "runtimeTargets": {
 | 
			
		||||
          "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": {
 | 
			
		||||
            "rid": "browser",
 | 
			
		||||
            "assetType": "runtime",
 | 
			
		||||
            "assemblyVersion": "7.0.0.0",
 | 
			
		||||
            "fileVersion": "7.0.22.51805"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "System.Text.Json/7.0.3": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "System.Runtime.CompilerServices.Unsafe": "6.0.0",
 | 
			
		||||
          "System.Text.Encodings.Web": "7.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/net6.0/System.Text.Json.dll": {
 | 
			
		||||
            "assemblyVersion": "7.0.0.0",
 | 
			
		||||
            "fileVersion": "7.0.723.27404"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "WebDriverManager/2.17.1": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "AngleSharp": "1.0.4",
 | 
			
		||||
          "Microsoft.Win32.Registry": "5.0.0",
 | 
			
		||||
          "SharpZipLib": "1.4.2",
 | 
			
		||||
          "System.Text.Json": "7.0.3"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.1/WebDriverManager.dll": {
 | 
			
		||||
            "assemblyVersion": "1.0.0.0",
 | 
			
		||||
            "fileVersion": "1.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "libraries": {
 | 
			
		||||
    "LukanPOM.Tests/1.0.0": {
 | 
			
		||||
      "type": "project",
 | 
			
		||||
      "serviceable": false,
 | 
			
		||||
      "sha512": ""
 | 
			
		||||
    },
 | 
			
		||||
    "AngleSharp/1.0.4": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==",
 | 
			
		||||
      "path": "anglesharp/1.0.4",
 | 
			
		||||
      "hashPath": "anglesharp.1.0.4.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "coverlet.collector/3.2.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==",
 | 
			
		||||
      "path": "coverlet.collector/3.2.0",
 | 
			
		||||
      "hashPath": "coverlet.collector.3.2.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "DotNetSeleniumExtras.PageObjects.Core/4.3.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-ZqD0Rx5On7NvcwAQbnNnnUy1czifVYin17TN4jnWCIKkKofBJLMK0a0aR/uQ7sF9atUlOKHJRLjs6mZQ9shbTw==",
 | 
			
		||||
      "path": "dotnetseleniumextras.pageobjects.core/4.3.0",
 | 
			
		||||
      "hashPath": "dotnetseleniumextras.pageobjects.core.4.3.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.CodeCoverage/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==",
 | 
			
		||||
      "path": "microsoft.codecoverage/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.codecoverage.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NET.Test.Sdk/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==",
 | 
			
		||||
      "path": "microsoft.net.test.sdk/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.net.test.sdk.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NETCore.Platforms/5.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
 | 
			
		||||
      "path": "microsoft.netcore.platforms/5.0.0",
 | 
			
		||||
      "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.ObjectModel/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==",
 | 
			
		||||
      "path": "microsoft.testplatform.objectmodel/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.TestHost/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==",
 | 
			
		||||
      "path": "microsoft.testplatform.testhost/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.testhost.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.Win32.Registry/5.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
 | 
			
		||||
      "path": "microsoft.win32.registry/5.0.0",
 | 
			
		||||
      "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NETStandard.Library/2.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
 | 
			
		||||
      "path": "netstandard.library/2.0.0",
 | 
			
		||||
      "hashPath": "netstandard.library.2.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Newtonsoft.Json/13.0.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
 | 
			
		||||
      "path": "newtonsoft.json/13.0.1",
 | 
			
		||||
      "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NuGet.Frameworks/5.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
 | 
			
		||||
      "path": "nuget.frameworks/5.11.0",
 | 
			
		||||
      "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit/3.13.3": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
 | 
			
		||||
      "path": "nunit/3.13.3",
 | 
			
		||||
      "hashPath": "nunit.3.13.3.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit.Analyzers/3.6.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==",
 | 
			
		||||
      "path": "nunit.analyzers/3.6.1",
 | 
			
		||||
      "hashPath": "nunit.analyzers.3.6.1.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit.ConsoleRunner/3.16.3": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-bhc4f0oVdS70xLaulPu2dMuUWK6hLj5fWLWmUnvbxyEA9w41sZNe6Xb3vPkcp+5OrIqggmtcRbhX+o5hoz62Jg==",
 | 
			
		||||
      "path": "nunit.consolerunner/3.16.3",
 | 
			
		||||
      "hashPath": "nunit.consolerunner.3.16.3.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit3TestAdapter/4.5.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-s8JpqTe9bI2f49Pfr3dFRfoVSuFQyraTj68c3XXjIS/MRGvvkLnrg6RLqnTjdShX+AdFUCCU/4Xex58AdUfs6A==",
 | 
			
		||||
      "path": "nunit3testadapter/4.5.0",
 | 
			
		||||
      "hashPath": "nunit3testadapter.4.5.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Selenium.Support/4.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-PR7ssrG9peQ5AqPSNvOJ846FFOX1wSv5eV3/8zvYwf0jhNx2bEprBZbtYMSWtht+HXtC5xb6atRQLlpKD+FETQ==",
 | 
			
		||||
      "path": "selenium.support/4.11.0",
 | 
			
		||||
      "hashPath": "selenium.support.4.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Selenium.WebDriver/4.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==",
 | 
			
		||||
      "path": "selenium.webdriver/4.11.0",
 | 
			
		||||
      "hashPath": "selenium.webdriver.4.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "SharpZipLib/1.4.2": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
 | 
			
		||||
      "path": "sharpziplib/1.4.2",
 | 
			
		||||
      "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Reflection.Metadata/1.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
 | 
			
		||||
      "path": "system.reflection.metadata/1.6.0",
 | 
			
		||||
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
 | 
			
		||||
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
 | 
			
		||||
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Security.AccessControl/5.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
 | 
			
		||||
      "path": "system.security.accesscontrol/5.0.0",
 | 
			
		||||
      "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Security.Principal.Windows/5.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
 | 
			
		||||
      "path": "system.security.principal.windows/5.0.0",
 | 
			
		||||
      "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Text.Encoding.CodePages/6.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
 | 
			
		||||
      "path": "system.text.encoding.codepages/6.0.0",
 | 
			
		||||
      "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Text.Encodings.Web/7.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
 | 
			
		||||
      "path": "system.text.encodings.web/7.0.0",
 | 
			
		||||
      "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Text.Json/7.0.3": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-AyjhwXN1zTFeIibHimfJn6eAsZ7rTBib79JQpzg8WAuR/HKDu9JGNHTuu3nbbXQ/bgI+U4z6HtZmCHNXB1QXrQ==",
 | 
			
		||||
      "path": "system.text.json/7.0.3",
 | 
			
		||||
      "hashPath": "system.text.json.7.0.3.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "WebDriverManager/2.17.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-loeWTSHpyfWJgLO8+/W7KAh24ClhBTWkpHrnQyd2/KIflvrVzq7tF4OqPR0RIk5qhw8AoIq2xmHGPFjQLvfiBA==",
 | 
			
		||||
      "path": "webdrivermanager/2.17.1",
 | 
			
		||||
      "hashPath": "webdrivermanager.2.17.1.nupkg.sha512"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/bin/Debug/net6.0/LukanPOM.Tests.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/bin/Debug/net6.0/LukanPOM.Tests.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/bin/Debug/net6.0/LukanPOM.Tests.pdb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/bin/Debug/net6.0/LukanPOM.Tests.pdb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeOptions": {
 | 
			
		||||
    "tfm": "net6.0",
 | 
			
		||||
    "framework": {
 | 
			
		||||
      "name": "Microsoft.NETCore.App",
 | 
			
		||||
      "version": "6.0.0"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1 +1 @@
 | 
			
		||||
1004409487
 | 
			
		||||
1937693263
 | 
			
		||||
@@ -0,0 +1,22 @@
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
// <auto-generated>
 | 
			
		||||
//     This code was generated by a tool.
 | 
			
		||||
//
 | 
			
		||||
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
			
		||||
//     the code is regenerated.
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
using System;
 | 
			
		||||
using System.Reflection;
 | 
			
		||||
 | 
			
		||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LukanPOM.Tests")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyProductAttribute("LukanPOM.Tests")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyTitleAttribute("LukanPOM.Tests")]
 | 
			
		||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
 | 
			
		||||
 | 
			
		||||
// Vygenerované třídou WriteCodeFragment nástroje MSBuild
 | 
			
		||||
 | 
			
		||||
@@ -0,0 +1 @@
 | 
			
		||||
0e7e11a237c6d551555e3a9b6e7f56d747c02bf0
 | 
			
		||||
@@ -0,0 +1,11 @@
 | 
			
		||||
is_global = true
 | 
			
		||||
build_property.TargetFramework = net6.0
 | 
			
		||||
build_property.TargetPlatformMinVersion = 
 | 
			
		||||
build_property.UsingMicrosoftNETSdkWeb = 
 | 
			
		||||
build_property.ProjectTypeGuids = 
 | 
			
		||||
build_property.InvariantGlobalization = 
 | 
			
		||||
build_property.PlatformNeutralAssembly = 
 | 
			
		||||
build_property.EnforceExtendedAnalyzerRules = 
 | 
			
		||||
build_property._SupportedPlatformList = Linux,macOS,Windows
 | 
			
		||||
build_property.RootNamespace = LukanPOM.Tests
 | 
			
		||||
build_property.ProjectDir = c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
// <auto-generated/>
 | 
			
		||||
global using global::System;
 | 
			
		||||
global using global::System.Collections.Generic;
 | 
			
		||||
global using global::System.IO;
 | 
			
		||||
global using global::System.Linq;
 | 
			
		||||
global using global::System.Net.Http;
 | 
			
		||||
global using global::System.Threading;
 | 
			
		||||
global using global::System.Threading.Tasks;
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
a5f8f4183a1f4675f763c0c67fa33b48cbd6711d
 | 
			
		||||
@@ -0,0 +1,111 @@
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\testhost.exe
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\testhost.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\NUnit3.TestAdapter.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\NUnit3.TestAdapter.pdb
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\nunit.engine.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\nunit.engine.api.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\nunit.engine.core.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\testcentric.engine.metadata.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\selenium-manager\linux\selenium-manager
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\selenium-manager\macos\selenium-manager
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\selenium-manager\windows\selenium-manager.exe
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\LukanPOM.Tests.deps.json
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\LukanPOM.Tests.runtimeconfig.json
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\LukanPOM.Tests.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\LukanPOM.Tests.pdb
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\AngleSharp.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\SeleniumExtras.PageObjects.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.TestPlatform.CoreUtilities.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.TestPlatform.PlatformAbstractions.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.TestPlatform.CommunicationUtilities.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.TestPlatform.CrossPlatEngine.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.TestPlatform.Utilities.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.Common.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\Newtonsoft.Json.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\NuGet.Frameworks.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\nunit.framework.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\WebDriver.Support.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\WebDriver.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ICSharpCode.SharpZipLib.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\System.Text.Encodings.Web.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\System.Text.Json.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\WebDriverManager.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.csproj.AssemblyReference.cache
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.GeneratedMSBuildEditorConfig.editorconfig
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.AssemblyInfoInputs.cache
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.AssemblyInfo.cs
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.csproj.CoreCompileInputs.cache
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.csproj.CopyComplete
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\refint\LukanPOM.Tests.dll
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.pdb
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\LukanPOM.Tests.genruntimeconfig.cache
 | 
			
		||||
c:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\LukanNUnitProject\LukanPOM\obj\Debug\net6.0\ref\LukanPOM.Tests.dll
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/obj/Debug/net6.0/LukanPOM.Tests.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/obj/Debug/net6.0/LukanPOM.Tests.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
4b21565216d156cccad6d96bae6e4254938ca175
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/obj/Debug/net6.0/LukanPOM.Tests.pdb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								LukanNUnitProject/LukanPOM/obj/Debug/net6.0/LukanPOM.Tests.pdb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1,105 @@
 | 
			
		||||
{
 | 
			
		||||
  "format": 1,
 | 
			
		||||
  "restore": {
 | 
			
		||||
    "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.Tests.csproj": {}
 | 
			
		||||
  },
 | 
			
		||||
  "projects": {
 | 
			
		||||
    "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.Tests.csproj": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "restore": {
 | 
			
		||||
        "projectUniqueName": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.Tests.csproj",
 | 
			
		||||
        "projectName": "LukanPOM.Tests",
 | 
			
		||||
        "projectPath": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.Tests.csproj",
 | 
			
		||||
        "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\",
 | 
			
		||||
        "outputPath": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\obj\\",
 | 
			
		||||
        "projectStyle": "PackageReference",
 | 
			
		||||
        "configFilePaths": [
 | 
			
		||||
          "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config",
 | 
			
		||||
          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
 | 
			
		||||
        ],
 | 
			
		||||
        "originalTargetFrameworks": [
 | 
			
		||||
          "net6.0"
 | 
			
		||||
        ],
 | 
			
		||||
        "sources": {
 | 
			
		||||
          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
 | 
			
		||||
          "https://api.nuget.org/v3/index.json": {}
 | 
			
		||||
        },
 | 
			
		||||
        "frameworks": {
 | 
			
		||||
          "net6.0": {
 | 
			
		||||
            "targetAlias": "net6.0",
 | 
			
		||||
            "projectReferences": {}
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "warningProperties": {
 | 
			
		||||
          "warnAsError": [
 | 
			
		||||
            "NU1605"
 | 
			
		||||
          ]
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "frameworks": {
 | 
			
		||||
        "net6.0": {
 | 
			
		||||
          "targetAlias": "net6.0",
 | 
			
		||||
          "dependencies": {
 | 
			
		||||
            "DotNetSeleniumExtras.PageObjects.Core": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[4.3.0, )"
 | 
			
		||||
            },
 | 
			
		||||
            "Microsoft.NET.Test.Sdk": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[17.6.0, )"
 | 
			
		||||
            },
 | 
			
		||||
            "NUnit": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[3.13.3, )"
 | 
			
		||||
            },
 | 
			
		||||
            "NUnit.Analyzers": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[3.6.1, )"
 | 
			
		||||
            },
 | 
			
		||||
            "NUnit.ConsoleRunner": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[3.16.3, )"
 | 
			
		||||
            },
 | 
			
		||||
            "NUnit3TestAdapter": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[4.5.0, )"
 | 
			
		||||
            },
 | 
			
		||||
            "Selenium.Support": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[4.11.0, )"
 | 
			
		||||
            },
 | 
			
		||||
            "Selenium.WebDriver": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[4.11.0, )"
 | 
			
		||||
            },
 | 
			
		||||
            "WebDriverManager": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[2.17.1, )"
 | 
			
		||||
            },
 | 
			
		||||
            "coverlet.collector": {
 | 
			
		||||
              "target": "Package",
 | 
			
		||||
              "version": "[3.2.0, )"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "imports": [
 | 
			
		||||
            "net461",
 | 
			
		||||
            "net462",
 | 
			
		||||
            "net47",
 | 
			
		||||
            "net471",
 | 
			
		||||
            "net472",
 | 
			
		||||
            "net48",
 | 
			
		||||
            "net481"
 | 
			
		||||
          ],
 | 
			
		||||
          "assetTargetFallback": true,
 | 
			
		||||
          "warn": true,
 | 
			
		||||
          "frameworkReferences": {
 | 
			
		||||
            "Microsoft.NETCore.App": {
 | 
			
		||||
              "privateAssets": "all"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,26 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 | 
			
		||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
 | 
			
		||||
    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
 | 
			
		||||
    <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
 | 
			
		||||
    <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
 | 
			
		||||
    <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
 | 
			
		||||
    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\lukas\.nuget\packages\</NuGetPackageFolders>
 | 
			
		||||
    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
 | 
			
		||||
    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
 | 
			
		||||
    <SourceRoot Include="C:\Users\lukas\.nuget\packages\" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)nunit3testadapter\4.5.0\build\netcoreapp3.1\NUnit3TestAdapter.props" Condition="Exists('$(NuGetPackageRoot)nunit3testadapter\4.5.0\build\netcoreapp3.1\NUnit3TestAdapter.props')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)nunit\3.13.3\build\NUnit.props" Condition="Exists('$(NuGetPackageRoot)nunit\3.13.3\build\NUnit.props')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\17.6.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.6.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.6.0\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.6.0\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.6.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.6.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props')" />
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
 | 
			
		||||
    <PkgNUnit_ConsoleRunner Condition=" '$(PkgNUnit_ConsoleRunner)' == '' ">C:\Users\lukas\.nuget\packages\nunit.consolerunner\3.16.3</PkgNUnit_ConsoleRunner>
 | 
			
		||||
    <PkgNUnit_Analyzers Condition=" '$(PkgNUnit_Analyzers)' == '' ">C:\Users\lukas\.nuget\packages\nunit.analyzers\3.6.1</PkgNUnit_Analyzers>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
@@ -0,0 +1,11 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 | 
			
		||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)system.text.json\7.0.3\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\7.0.3\buildTransitive\net6.0\System.Text.Json.targets')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)selenium.webdriver\4.11.0\buildTransitive\Selenium.WebDriver.targets" Condition="Exists('$(NuGetPackageRoot)selenium.webdriver\4.11.0\buildTransitive\Selenium.WebDriver.targets')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)netstandard.library\2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.6.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.6.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.6.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.6.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets')" />
 | 
			
		||||
    <Import Project="$(NuGetPackageRoot)coverlet.collector\3.2.0\build\netstandard1.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\3.2.0\build\netstandard1.0\coverlet.collector.targets')" />
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
@@ -1754,11 +1754,11 @@
 | 
			
		||||
  "project": {
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "restore": {
 | 
			
		||||
      "projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.csproj",
 | 
			
		||||
      "projectUniqueName": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.csproj",
 | 
			
		||||
      "projectName": "LukanPOM",
 | 
			
		||||
      "projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.csproj",
 | 
			
		||||
      "projectPath": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\LukanPOM.csproj",
 | 
			
		||||
      "packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\",
 | 
			
		||||
      "outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\obj\\",
 | 
			
		||||
      "outputPath": "c:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\LukanNUnitProject\\LukanPOM\\obj\\",
 | 
			
		||||
      "projectStyle": "PackageReference",
 | 
			
		||||
      "configFilePaths": [
 | 
			
		||||
        "C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user