Parallerní spouštění testů

This commit is contained in:
Lukáš Kaňka 2023-08-31 22:12:09 +02:00
parent 60cfdc0383
commit 73802285dd
15 changed files with 28 additions and 3 deletions

View File

@ -0,0 +1,25 @@
using LukanPOM.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LukanPOM.Tests
{
//[Parallelizable(ParallelScope.All)]
internal class ParallelTest : TestBase
{
[Test]
public void AcceptCookieTest()
{
Home.AcceptCookie();
}
[Test]
public void DeclineCookieTest()
{
HomeTwo.DeclineCookie2();
}
}
}

View File

@ -1 +1 @@
679957789 1952720851

View File

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

View File

@ -1 +1 @@
3d65e62fd005875c644d97a784cb761f30c8b124 8c6be28cd77a2f473c5afe052442eb5f2cce925f