Run VS code From NUnit Command Prompt | Selenium C# Forum
A
AMIT GUPTA Posted on 02/08/2019

Dear Team,

 

Could any team member assist me to run our complete visual studio NUnit Framework from Command prompt for any machine that does not have visual studio setup?

 

Thanks

Amit G.


G
gunjan Replied on 17/08/2019

Please try the command - 

nunit3-console.exe <name of test dll>


V
Vrushali Replied on 19/08/2019

Dear Gunjan , Can you please help me  to run specicifc test cases from command prompt 

 

D:\TFS\TFSPTCPMO\PTCPMO\Dev\Features\PTCPMO.SeleniumTestCases\bin\Debug\PTCPMO.SeleniumTestCases.dll

 

if i want to run test cases  in below class 

1.Create_MDM_workorderTest
2.Edit_MDM_workorderTest
3.Complete_Workorder_Test
4.Cancel_MDM_workorder_Test

what command should i enter ..please guide


A
AMIT GUPTA Replied on 22/08/2019

Team,Could you please confirm whether we need to install setup for running above command 'nunit3-console.exe' because i just installed nunit package in VS code and also assist me for running individual/specific or all paralizable test case from command prompt.

 

Thanks Amit


G
gunjan Replied on 05/09/2019

yes.. You will have to install nunit3-console.exe