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

Rubymine IDE unable to find specifed test files for Cypress Pro #87

Closed larryh closed 2 years ago

larryh commented 2 years ago

Hi,

I flip back and forth between your regular Cypress Support and Cypress Support Pro plugins.

First things first: Thank you for supplying these plugins for us!!!

I used Cypress Pro awhile back (in Rubymine) and it worked like a charm. A few months ago I switched back down to the regular Cypress Support plugin and that works fine as well.

I upgraded back up to Cypress Pro yesterday and now the IDE keeps telling me that it is unable to find my test files. I have attached 3 screenshots that show that. One even has little red "X"s over my test names in the Run Config dialog box.

The good news is that I can just ignore the warnings and click "Continue anyway" and my tests run fine. And the debugger works as well.

Thanks again!

P.S. Cypress Support Pro 3.0 ; Rubymine 2022.1 ; Ubuntu 21.10

run_warning one_test all_tests

mbolotov commented 2 years ago

Hi Larry,

You can try this plugin bundle: Cypress Support Pro-3.1-EAP.zip Download it and install. It should fix the problem.

larryh commented 2 years ago

Worked like a charm! Thanks for providing a fix so quickly!