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

cypress-cucumber-preprocessor support? #80

Closed Gardosen closed 2 years ago

Gardosen commented 2 years ago

Hello,

i just activated a subscription for your Pro plugin as i mistakenly tought i could also use this in combination with cypress-cucumber. sadly i had to notice that the pro plugin only support plain cypress and not cypress-cucumber (as far as i can?)

is there any plan for the future to implement the support for cucumber-preprocessor?

Kind regards Marco

mbolotov commented 2 years ago

Hi Marco! What do you mean by supporting cypress-cucumber? The plugin allows running cypress cucumber scenarios as it shown here: https://youtu.be/8KowieAib3g Do you mean some other functionality?

Gardosen commented 2 years ago

Hy @mbolotov,

i am talking about the debugging functionality, so i can set a breakpoint and inspect the code. i am also using gherkin feature files, but for some reason i can not get it working that i can debug a test :(

maybe you have an idea what i do wrong?

Kind regards Marco

mbolotov commented 2 years ago

This is a limitation of the IntelliJ platform, see youtrack.jetbrains.com/issue/IDEA-98387 for details. It's only possible set breakpoints inside step definition code.

Gardosen commented 2 years ago

oh my god, thanks for the small hint.

i noticed a huge mistake in my debug configuration. i am not fully able to set breakpoints (inside the IDE and the Browser) and debug the source code. <3 Thank you so much :) keep up the awesome work.