David Mitchell

Results 5 comments of David Mitchell

I'm also looking into options to use customised reporting templates with Doorstop. Given the challenges @eterX outlines above, would it make more sense to build a separate, template-based Doorstop reporter...

Jinja is a pretty handy templating engine for Python. This approach lets you use Jinja templates with doorstop: ``` #!/usr/bin/env python import argparse import doorstop import sys from jinja2 import...

Just another me-too request for Azure DevOps integration...

> Ooh, you mean, add tags to the _interaction_. (An interaction is a request/response pair, and a "pact" is a collection of interactions.) > > Yes, that makes more sense....

> > For negative testing, I might want to tag a Pact as "fuzzable", so I can use security tools to fuzz different fields in the request and ensure that...