I have two integration tests
[TestFixture]
public class SimpleTests
{
...
}
[TestFixture]
public class HighLoadTests
{
...
}
And i use Throtle in my API. If HighLoadTests run previously then all SimpleTests is red. Is there anyway to allways run HighLoadTests last?
Aucun commentaire:
Enregistrer un commentaire