microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
466 stars 55 forks source link

#694 log errors when DevTools cannot be started #760

Closed karpikpl closed 2 months ago

karpikpl commented 2 months ago

This fixes #694

I'm not sure if we should add support for unit testing and Dispose to cleanup after DevTools?

waldekmastykarz commented 2 months ago

I've updated the PR and merged it manually. I've done some changes as to how we detect browsers to accommodate different versions of Edge across OSes. Check out the final commit at: https://github.com/microsoft/dev-proxy/commit/2d583e302848ebbc2bfa5b6d5887c85cfa595721.

Thank you so much for working with us on this!