Marking automation tests with "Automation" category

This commit is contained in:
kay.one 2012-02-15 18:22:14 -08:00
commit dfba627edc
2 changed files with 1 additions and 6 deletions

View file

@ -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();