Skip to content

Commit 17fcf44

Browse files
committed
Tag new tests
1 parent afcf7a7 commit 17fcf44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IntegrationTests/DriverManagerTests/CustomConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class CustomConfigTests: IDisposable
1010
{
1111
private IWebDriver _webDriver;
1212

13-
[Fact]
13+
[Fact, Trait("Category", "Browser")]
1414
protected void CustomConfigTest()
1515
{
1616
new DriverManager().SetUpDriver(new TaobaoChromeConfig());

IntegrationTests/DriverManagerTests/CustomServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public CustomServiceTests()
2020
_customVariableService = new VariableService();
2121
}
2222

23-
[Fact]
23+
[Fact, Trait("Category", "Browser")]
2424
protected void CustomServiceTest()
2525
{
2626
new DriverManager(_customBinaryService, _customVariableService).SetUpDriver(new FirefoxConfig());

IntegrationTests/DriverManagerTests/ManualSetupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public ManualSetupTests()
2121
_driverName = "chromedriver.exe";
2222
}
2323

24-
[Fact]
24+
[Fact, Trait("Category", "Browser")]
2525
protected void ManualSetupTest()
2626
{
2727
new DriverManager().SetUpDriver(_url, _binaryOutput, _driverName);

0 commit comments

Comments
 (0)