Christopher J. Stehno
Christopher J. Stehno
In my usage of the plugin I found that it has issues when libraries are used in tests - it seems that it runs after the tests. Need to configure...
The recent release flagged a couple of minor vulnerabilities: * okio * underflow-core Both of these (and the projects that bring them in) have newer versions - these upgrades should...
A means of configuration (setting and expectations) that is read from a file rather than using the DSL. This could be overall or an a test or expectation level. Maybe...
Might be useful to support a standalone mode where you could point clients at it and get predetermined responses - maybe for development or functional testing
Pass some sort of reporting context around that can have error, warning and mismatch information added to it and then dumped all at once in a formatted manner when needed....
Look at the end of: https://madhead.me/posts/no-bullshit-maven-publish/ Add in the automated publishing release plugin.
There is a powerful JUnit 5 extension (actually two), but Spock users are left with very simple support and the need for boilerplate. I think I'd have to create a...
Considering the wide variety of support for bad HTTP practices, it would probably be helpful to just default the request and response objects in expectations to their *WithBody versions. There...