This commit is contained in:
Lukáš Kaňka
2023-08-23 08:47:27 +02:00
parent 14d46cad1c
commit 315b2d1fb8
285 changed files with 5659 additions and 96 deletions

View File

@ -11,7 +11,7 @@
"MSTest.TestAdapter": "2.2.10",
"MSTest.TestFramework": "3.0.2",
"Microsoft.NET.Test.Sdk": "17.5.0",
"Selenium.WebDriver": "4.8.1",
"Selenium.WebDriver": "4.11.0",
"coverlet.collector": "3.1.2",
"Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0"
},
@ -360,7 +360,7 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"Selenium.WebDriver/4.8.1": {
"Selenium.WebDriver/4.11.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1"
},
@ -583,12 +583,12 @@
"path": "runtime.native.system/4.3.0",
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
},
"Selenium.WebDriver/4.8.1": {
"Selenium.WebDriver/4.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h4H7pEyr41Xf+IgmhNqrbF3I24SV02x2G1INS82pycNltg1q15/qVV/aRKu/MbMFKtqy1mVoNEE/4/p7T/4Ngw==",
"path": "selenium.webdriver/4.8.1",
"hashPath": "selenium.webdriver.4.8.1.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.Collections/4.3.0": {
"type": "package",

View File

@ -18,5 +18,5 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyTitleAttribute("zive")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Vygenerované třídou WriteCodeFragment nástroje MSBuild
// Generated by the MSBuild WriteCodeFragment class.

View File

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = zive
build_property.ProjectDir = c:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\
build_property.ProjectDir = C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\

View File

@ -1 +1 @@
55ad4bb598a8df026d6c695a97d7633a93b9a391
1d1fa63d7b247766515153d3a887487bbf892d69

View File

@ -117,3 +117,122 @@ C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\refin
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.pdb
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\zive.genruntimeconfig.cache
C:\Users\lukas\OneDrive\Programing\GitHub\MSTest_Win\zive\obj\Debug\net7.0\ref\zive.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\testhost.exe
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\testhost.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.AdapterUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\linux\selenium-manager
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\macos\selenium-manager
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\selenium-manager\windows\selenium-manager.exe
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.AdapterUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.deps.json
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.runtimeconfig.json
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zive.pdb
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CoreUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.PlatformAbstractions.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CommunicationUtilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.CrossPlatEngine.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.TestPlatform.Utilities.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.Common.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Newtonsoft.Json.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\NuGet.Frameworks.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\WebDriver.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\pt-BR\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\bin\Debug\net7.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.AssemblyReference.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfoInputs.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.AssemblyInfo.cs
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CoreCompileInputs.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.csproj.CopyComplete
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\refint\zive.dll
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.pdb
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\zive.genruntimeconfig.cache
C:\Users\lukas\Nextcloud\GitHub\.Net_C.Sharp_Test\MSTest_Win\zive\obj\Debug\net7.0\ref\zive.dll

View File

@ -1 +1 @@
49b735bea7925c064c130582d6a003d507ffa718
e8ed0c692ca33e8d18b7c4e1f411e4f1e6a88fab

View File

@ -416,7 +416,7 @@
"lib/netstandard1.0/_._": {}
}
},
"Selenium.WebDriver/4.8.1": {
"Selenium.WebDriver/4.11.0": {
"type": "package",
"dependencies": {
"Newtonsoft.Json": "13.0.1"
@ -428,7 +428,7 @@
"lib/net6.0/WebDriver.dll": {}
},
"build": {
"build/Selenium.WebDriver.targets": {}
"buildTransitive/Selenium.WebDriver.targets": {}
}
},
"System.Collections/4.3.0": {
@ -1351,14 +1351,15 @@
"runtime.native.system.nuspec"
]
},
"Selenium.WebDriver/4.8.1": {
"sha512": "h4H7pEyr41Xf+IgmhNqrbF3I24SV02x2G1INS82pycNltg1q15/qVV/aRKu/MbMFKtqy1mVoNEE/4/p7T/4Ngw==",
"Selenium.WebDriver/4.11.0": {
"sha512": "V8o+Nvi9/3Ix12ZzMGg+fI7sfu+HrflZkMGq8Orr+j0INbfpEEyM6KR9oaaHlm0WUXcn7dTYwyWrJxYsi6eniw==",
"type": "package",
"path": "selenium.webdriver/4.8.1",
"path": "selenium.webdriver/4.11.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/Selenium.WebDriver.targets",
"buildTransitive/Selenium.WebDriver.targets",
"images/icon.png",
"lib/net45/WebDriver.dll",
"lib/net46/WebDriver.dll",
@ -1371,7 +1372,7 @@
"manager/linux/selenium-manager",
"manager/macos/selenium-manager",
"manager/windows/selenium-manager.exe",
"selenium.webdriver.4.8.1.nupkg.sha512",
"selenium.webdriver.4.11.0.nupkg.sha512",
"selenium.webdriver.nuspec"
]
},
@ -2342,7 +2343,7 @@
"MSTest.TestAdapter >= 2.2.10",
"MSTest.TestFramework >= 3.0.2",
"Microsoft.NET.Test.Sdk >= 17.5.0",
"Selenium.WebDriver >= 4.8.1",
"Selenium.WebDriver >= 4.11.0",
"coverlet.collector >= 3.1.2"
]
},
@ -2352,11 +2353,11 @@
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj",
"projectName": "zive",
"projectPath": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj",
"packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\",
"outputPath": "C:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\obj\\",
"outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config"
@ -2397,7 +2398,7 @@
},
"Selenium.WebDriver": {
"target": "Package",
"version": "[4.8.1, )"
"version": "[4.11.0, )"
},
"coverlet.collector": {
"target": "Package",
@ -2420,7 +2421,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
}
}
}

View File

@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "yB+2OII0wa1OD1lNyByOhcvz89HXddTE1kFspCJ+tCwjXS0LS+QHvVXfGZPAqkfZ5E2MUsNAsqH0OITKthsfdQ==",
"dgSpecHash": "km2sG933UkfG2THvOHf6gIXfgDjPgO00MKesZ6CyYun80RqAVd7um//QWuLww1unqWjVGUMVIur9EzAAnOMSzw==",
"success": true,
"projectFilePath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectFilePath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj",
"expectedPackageFiles": [
"C:\\Users\\lukas\\.nuget\\packages\\coverlet.collector\\3.1.2\\coverlet.collector.3.1.2.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512",
@ -16,7 +16,7 @@
"C:\\Users\\lukas\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.8.1\\selenium.webdriver.4.8.1.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\selenium.webdriver\\4.11.0\\selenium.webdriver.4.11.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512",
"C:\\Users\\lukas\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512",

View File

@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": {}
"C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj": {}
},
"projects": {
"c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj": {
"C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectUniqueName": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj",
"projectName": "zive",
"projectPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\zive.csproj",
"projectPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\zive.csproj",
"packagesPath": "C:\\Users\\lukas\\.nuget\\packages\\",
"outputPath": "c:\\Users\\lukas\\OneDrive\\Programing\\GitHub\\MSTest_Win\\zive\\obj\\",
"outputPath": "C:\\Users\\lukas\\Nextcloud\\GitHub\\.Net_C.Sharp_Test\\MSTest_Win\\zive\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\lukas\\AppData\\Roaming\\NuGet\\NuGet.Config"
@ -52,7 +52,7 @@
},
"Selenium.WebDriver": {
"target": "Package",
"version": "[4.8.1, )"
"version": "[4.11.0, )"
},
"coverlet.collector": {
"target": "Package",
@ -75,7 +75,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
}
}
}

View File

@ -7,7 +7,7 @@
<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.5.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\lukas\.nuget\packages\" />

View File

@ -1,7 +1,7 @@
<?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)selenium.webdriver\4.8.1\build\Selenium.WebDriver.targets" Condition="Exists('$(NuGetPackageRoot)selenium.webdriver\4.8.1\build\Selenium.WebDriver.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)mstest.testframework\3.0.2\build\net6.0\MSTest.TestFramework.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testframework\3.0.2\build\net6.0\MSTest.TestFramework.targets')" />
<Import Project="$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets" Condition="Exists('$(NuGetPackageRoot)mstest.testadapter\2.2.10\build\net5.0\MSTest.TestAdapter.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />

View File

@ -14,7 +14,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="Selenium.WebDriver" Version="4.8.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.11.0" />
</ItemGroup>
</Project>