7 lines
191 B
C#
7 lines
191 B
C#
namespace JdeScoping.Ui.Tests.Support;
|
|
|
|
[CollectionDefinition(Name)]
|
|
public sealed class UiTestCollection : ICollectionFixture<PlaywrightFixture>
|
|
{
|
|
public const string Name = "UiTests";
|
|
} |