-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chutzpah Test Runner Context Menu: Modern browser support for debugging #795
Comments
I think this is a "must have". |
Same Problem tring to run Jasmine 3.7.1, Code Coverage, still also empty |
We have a similar problem, IE does not support running WebGL and we have tests written to test mapping tool loads, really need to be able to change the browser the tests run in, these tests also fail in the test explorer "Couldn't create WebGL context. Your browser may not support WebGL, or it's turned off," |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close until a fix is confirmed. |
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.
chutzpah/VS.Common/VsDebuggerTestLauncher.cs
Lines 17 to 57 in a799dfd
The text was updated successfully, but these errors were encountered: