Selenium C# Nunit Tests Ordering in Visual Studio Code

preview_player
Показать описание
Learn how to order in a sequence and run your Selenium C# Nunit tests in Visual Studio Code
Рекомендации по теме
Комментарии
Автор

Thanks for the video! I have a question, it's possible to configurate the order for differentes clases?
I mean for example:

TestClass A
test1
test2

TestClass B
test1
test2

I want to run first the test cases inside the TestClass B and after the test cases of the class A
I saw for java testng that allows to configurate a xml file. It's possible the same in C#?

damianboz