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

Not able to override the Mocha debug configuration #114

Closed gvaatstra closed 1 year ago

gvaatstra commented 1 year ago

Describe the bug Probably my lack of knowledge of the debug configurations, but I am unable to set a debug configuration from the spec or testfile automatically (by clicking the play icon). It will default to Mocha and I get the Mocha template if I choose 'Edit configuration'. Setting a template manually works fine, but I'd much rather be able to run from specs per test instead of making tons of run configurations manually.

I've tried setting the template to 'all files in directory' (and set it for Mocha to another directory), but that didn't help. I've added a run configuration for all files manually and that works fine, just as for a single spec or single test. But I don't see how to choose the Cypress run config from the editor

image

Versions:

mbolotov commented 1 year ago

should be fixed in 1.5.1 version