Brian W. Wolter
Brian W. Wolter
It's not possible to get past the "Identification" screen, I believe due to the fact that there is no keyring, although I'm not completely sure: ``` thread 'main' panicked at...
## Report error exit status Adds support for supplying an explicit exit status that will be used if any of the managed processes exit with non-zero status. This is useful...
``` fatal error: concurrent map iteration and map write goroutine 275 [running]: runtime.throw({0x985cb6, 0x7faca83b3108}) /opt/hostedtoolcache/go/1.17.11/x64/src/runtime/panic.go:1198 +0x71 fp=0xc0000eb2d0 sp=0xc0000eb2a0 pc=0x435291 runtime.mapiternext(0xc000176201) /opt/hostedtoolcache/go/1.17.11/x64/src/runtime/map.go:858 +0x4eb fp=0xc0000eb340 sp=0xc0000eb2d0 pc=0x41124b runtime.mapiterinit(0xc0002ee600, 0x0, 0xc00011c346) /opt/hostedtoolcache/go/1.17.11/x64/src/runtime/map.go:848 +0x236...
We should consult the `Content-Type` header to decide whether a semantic or byte-for-byte comparison is appropriate. A further optimization might cache the object representation in the former case so we...
This adds a new feature to summarize stats for distinct routes, as defined by the service, optionally on a per-response-status basis. This summary is printed immediately after each test case's...
Verify that params from the `path` and the `params` block are being merged correctly. Putting params in the `path` should work but has been observed not to.
For example, a secondary request to `OPTIONS`, `HEAD` (or whatever) might make sense to collect information to be included in the documentation block.
Specifically, when testing a route with a URL like this: ```yaml method: GET url: /users/${vars.user_id} ``` It would be nice if we could generate documentation that generalized the dynamic component...
Currently the index/TOC is pretty much ordered arbitrarily. It would be an improvement to support some manner of imposing deliberate ordering and grouping into sections.