MortenHoustonLudvigsen / KarmaTestAdapter

A Visual Studio test explorer adapter for Karma
MIT License
20 stars 14 forks source link

When trying to use karma's debugger in the browser, no tests are run in the browser #37

Open cResults opened 9 years ago

cResults commented 9 years ago

When trying to debug code and tests in the browser, none of the tests get run. This prohibits the ability to step through tests and code that is available when running karma from PowerShell.

The project that this is running in is configured the same as the KarmaRequireJasmine project.

image