Parallerní spouštění testů
This commit is contained in:
parent
60cfdc0383
commit
73802285dd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
25
LukanNUnitProject/LukanPOM/Tests/ParallelTest.cs
Normal file
25
LukanNUnitProject/LukanPOM/Tests/ParallelTest.cs
Normal 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();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
679957789
|
1952720851
|
@ -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\
|
||||||
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
3d65e62fd005875c644d97a784cb761f30c8b124
|
8c6be28cd77a2f473c5afe052442eb5f2cce925f
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user