We have a IIS web app under test running on the same box as an instance of mb. The web app in question has the URLs we use for our service calls replaced with the appropriate imposter URLs. All is well in the world.
However, I'm wiring up the test automation now. Is the idea to spin up a copy of mb at the beginning of our test suite and kill it off at the end? Is there a request I can make to mb to get it to shut itself down, or is killing the process my only option.
The test environment is driven by jasmine unit tests under node. I'm already juggling a couple processes and would really rather not juggle some more. Is there a nice way to run up mountebank in-process with jasmine?
Thanks in advance, xoxo, lots of love, and you're all fantastic,
Scott.
--
You received this message because you are subscribed to the Google Groups "mountebank-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mountebank-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yep understood - I am able to cheat in a way not everyone is. Better grunt mb tasks would definitely be appreciated. I like the idea of a grunt-mountebank, but I'll let you sort out what works best.
Understood. Would you be willing to share the winning option and the reasons when you get to that point? That can help just in terms of product management.