larsthorup / mocha-vite-puppeteer

Run your Mocha tests with Vite bundler and Puppeteer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDE plugins

michaelvogt opened this issue · comments

Hello.

Just a quick question to make sure I don't work on something that is already in the works.

mocha-vite-puppeteer is great, and available at the perfect time for my latest project.
But I would like to have it available through the debug functions of my IDE (Webstorm), so I'm thinking about writing a plugin for Webstorm.

Are IDE plugins already planned / in the works or should I go ahead and get this started?

I have not planned any IDE plugins, and I have no prior experience writing Webstorm plugins. Do you know of other plugins which combines debugging in Webstorm with execution in Puppeteer? Those might be useful as inspiration.

commented

I've seen this one for VSCode, I've thought about setting up a secondary mocha instance just to use it, but it seemed like perhaps too much of a hassle.

Thanks for your tips 👍

No I don't have experience with developing Webstorm plugin. I will just start and see how far I can get :)