/PlayingWithMountebank

xUnit application to try out Mountebank. Open source tool to provide on-demand defined HTTP server.

Primary LanguageC#

Playing with Mountebank

This is a small .NET Core xUnit application to try out Mountebank. An open source tool to provide cross-platform, multi-protocol test doubles over the wire.

There is a pipeline.yml file in this repository, which contains a build stage to install and run Mountebank. Run the tests to initiate HTTP call over the imposter, defined in the test.

Resources