mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 143 forks source link

Chutzpah Test Runner Context Menu debugger to work with other browsers than IE: chrome #794

Closed Arrowana closed 3 years ago

Arrowana commented 3 years ago

It would be very helpful if it could be configured what browser to use when debugging using Visual Studio context menu "Run Chutzpah with" => "Debugger".

It opens Internet explorer, which is far from being a modern browser resulting and all sorts of missing things. As a result I cannot debug my code directly from visual studio.

The code that seems to be setting up the debugger attached to IE. https://github.com/mmanela/chutzpah/blob/a799dfd66c598d757eee9293ba9fe5e6f4295acc/VS.Common/VsDebuggerTestLauncher.cs#L17-L57

Arrowana commented 3 years ago

Sorry, had a 404 on submitting and ended up duplicating this issue