Questions tagged [mountebank]

Mountebank is the tool used for cross-platform, multi-protocol test doubles over the wire. Written in javascript, currently supporting http, https, smtp, tcp

Mountebank is the tool (https://github.com/bbyars/mountebank) used for cross-platform, multi-protocol test doubles over the wire. Written in javascript, currently supporting http, https, smtp, tcp

docs on http://www.mbtest.org/

50 questions
0
votes
1 answer

How to add timestamp when recording with Mountebank?

I'd like each recorded http request & response to be timestamped (ms precision) when recording with Mountebank. I've considerred using something like Fiddler to add the timestamp, but would rather be able to do this with Moutebank. Any ideas?
grae22
  • 104
  • 11
0
votes
1 answer

Can predicate values have wildcards in Mountebank?

I am trying to define a stub: { "predicates":[ { "equals":{ "method":"GET", "path":"/sword/eBISXMLInvoice2.do", "query": { "action": "index", "page": 3 <-- this one! …
tom redfern
  • 30,562
  • 14
  • 91
  • 126
0
votes
1 answer

Mountebank: Ability to add names for stubs

Is there a way to tag stubs of an imposter with some identifiers so that while debugging, we can easily get the matches for a specific stub? Currently the stub has a matches field, but when we want to verify programmatically if a certain stub has…
Aravindh S
  • 1,185
  • 11
  • 19
0
votes
1 answer

Unable to mock HTTPS request using Mountebank

In order to mimic HTTPS request we are using our own created certificate (created using OpenSSL) and trying to create an imposter using this certificate value and its private key. However we are unable to hit the application url in browser using…
Ramu
  • 21
  • 2
0
votes
1 answer

How to make mountebank use all the CPUs in a system for load testing

If mountebank is put in a production or staging server to load test the application, do we need to configure mb to use all the cpus of the system? Thanks in advance.
Faraz
  • 6,025
  • 5
  • 31
  • 88
1 2 3
4