Marking automation tests with "Automation" category

pull/19/head
kay.one 13 years ago
parent 61d6a81446
commit dfba627edc

@ -12,6 +12,7 @@ using OpenQA.Selenium.Remote;
namespace NzbDrone.Web.UI.Automation
{
[Explicit]
[TestFixture(Category = "Automation")]
public abstract class AutomationTestBase
{
private static readonly EnviromentProvider enviromentProvider = new EnviromentProvider();

@ -4,10 +4,8 @@ using NzbDrone.Web.UI.Automation.Fluent;
namespace NzbDrone.Web.UI.Automation
{
[TestFixture]
public class BasicPageFixture : AutomationTestBase
{
[Test]
public void HomePage()
{
@ -22,7 +20,6 @@ namespace NzbDrone.Web.UI.Automation
Driver.GivenHistoryPage();
CaptureScreen();
Driver.Should().BeNzbDronePage();
}
[Test]
@ -42,7 +39,4 @@ namespace NzbDrone.Web.UI.Automation
}
}
}

Loading…
Cancel
Save