mbolotov / intellij-cypress

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro
MIT License
35 stars 5 forks source link

Browsers support for debug #34

Closed patrick-mota closed 3 years ago

patrick-mota commented 3 years ago

First of all, thank you for the amazing plugin.

I'm looking forward to get the pro version for my company but for the moment you seems using only chrome for debug.

Are you planning to add support for more browsers ?

Can we help you to do that ?

It would be awesome to have the new edge chromium added (should work out of box since almost all chrome extensions works already with edge) and firefox too.

mbolotov commented 3 years ago

Hi @patrick-mota! Thanks for the evaluation of the plugin! I stopped with Chrome only because I thought the debug is mostly needed to see what happening with complex test code logic that should be working equally in all browsers.

I will try to add debug support for chromium based browsers. But I'm sure about Firefox.

patrick-mota commented 3 years ago

So, I'm waiting for your feedback about your try.

Thank you very much for the fast answer !

mbolotov commented 3 years ago

I'm uploaded 1.7 version with debug support for Electron and Edge. It will be accessible once Jetbrains approves it (~ 2 days) Support for Firefox seems to be a hard thing to implement. Moreover, the IntelliJ platform itself does not support source mappings for Firefox, so it would be not so convenient even if I got Firefox connected on top of Cypress.