Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this Plugin debugs the testing like the Mocha ? #15

Open
lm412742171 opened this issue Nov 2, 2019 · 4 comments
Open

Can this Plugin debugs the testing like the Mocha ? #15

lm412742171 opened this issue Nov 2, 2019 · 4 comments
Labels
enhancement New feature or request help needed Extra attention is needed

Comments

@lm412742171
Copy link

I am reading the Jsdoc source code,it uses Jasmine for testing.i installed this plugin,but there is no debugging function like the Mocha.Will it debugs in the future?

@slackersoft
Copy link
Member

To the best of my understanding, this plugin mostly just provides a run configuration to execute Jasmine tests with npm, which should also be usable with the debug functionality present in IntelliJ. If this isn't true, I would be happy to review a pull request to add this functionality.

@slackersoft slackersoft added the help needed Extra attention is needed label Nov 5, 2019
@JanezStupar
Copy link

@slackersoft Hi, thank you for this plugin. I am not familiar with plugin development for Intellij so I don't even know where to begin. But the "problem" with this plugin is that its run configurations don't allow to be ran in "debug" mode. The only option is to just run the configuration.

@xinatcg
Copy link

xinatcg commented Sep 16, 2021

it maybe a intellij feature? current this plugin make run button enable:

image

If support debug, should have debug button like jest:

image

@nbilyk
Copy link

nbilyk commented Oct 2, 2021

+1

As a workaround I've found that when I need to debug I can debug all tests through npm.

@sgravrock sgravrock added the enhancement New feature or request label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help needed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants