prash-wghats / vscode-nxunit-test-adapter

Run your Nunit or Xunit test for Desktop .NET Framework or Mono using the Test Explorer
MIT License
6 stars 2 forks source link

Code doesn't execute when run via .net core test explorer #7

Open alexp1980 opened 4 years ago

alexp1980 commented 4 years ago

I have a set of automated tests that all start by launching WinAppDriver.exe. The tests run fine from the terminal in vs-code i.e. dotnet test --Filter Name~xyz, but when starting the test via the explorer the WinAppDriver.exe is not started. When stepping through the code the process.start() part is passed okay but the exe still isn't launched.

If I start the WinAppDriver.exe manually and then start the test via the explorer then the rest of the test runs fine.

Any ideas?