c# - How to execute selenium NUnit test cases from jenkins -


i have installed jenkins , want execute selenium test cases jenkins. have installed selenium grid plugin jenkins , running server node. scripts written in c#. java think can done using ant or maven xml. don't know how execute nunit test cases.

go project under configuration

  1. click "add task" , add "run unit tests ms tests".

  2. you need specify test lies. (i use .dll of specific test project).

  3. just hit run , execute.

also make sure have specified following tags in code

[testclass] //on class [testmethod] //on each method 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -