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?
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?