
How do you unit test plugins?
-
Hello! I need to create a plugin for a customer and I couldn't find documentation on testing. I'd like to see any examples on github that you recommend for testing plugins.
What sources do you recommend? I'd like to test the plugins using something like Jest or Mocha
-
Hmm right now there's no integration into the existing test platform from plugins, so you'd have to create the entire testing framework on your own.
Something for us to add to our roadmap though!
-
I see! Thank you so much for your response!