Skip to content

Commit 537350e

Browse files
committed
Enabled xUnit CollectionPerAssembly for UI tests so they all run in sequence
1 parent d91a981 commit 537350e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Server/Coderr.Server.Web.Tests/WebTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
using OpenQA.Selenium.Support.Extensions;
1111
using Xunit;
1212

13+
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
14+
1315
namespace codeRR.Server.Web.Tests
1416
{
1517
[TestCaseOrderer("codeRR.Server.Web.Tests.Helpers.xUnit.TestCaseOrderer", "codeRR.Server.Web.Tests")]

0 commit comments

Comments
 (0)