How to run Selenium dotnet test in headless mode from command line?

319 views Asked by At

I am running selenium test written in DotNet from command line using the following command

dotnet test myprojectName.csproj

It works fine without any problem. How can I run the same tests in headless mode using command line?

0

There are 0 answers