Generate Mountebank imposters Loadmill from test flows

Input YAML

Upload a flow or suite file, or paste YAML content below

Automatically detects flow or suite format. Large files may take a few moments to process.
No file chosen
OR
How to run the generated imposter locally

After downloading imposter.json, follow these steps to run the mock server:

  1. Install Mountebank
    npm install -g @mbtest/mountebank
  2. Start the imposter
    mb --configfile imposter.json
  3. Test your mock server

    The imposter will be available at https://localhost:9090