steno
steno copied to clipboard
:vhs: Slack app testing companion - Record and Replay your HTTP requests, both incoming and outgoing
If we had an OpenAPI / Swagger specification of the control API, we could generate "wrapper" libraries. this would make steno more usable and accessible for developers from various languages/backgrounds...
the scenario format is critical to steno. its also a huge part of the value proposition of using such a tool (its a portable way to express a full set...
current unmatched counts reflect interactions that are in the scenario but didn't get match anything that happened. what about things that happened that didn't match any interactions in the scenario?...
the [existing control API documentation](https://slackapi.github.io/steno/control) doesn't contain information regarding error conditions. this should also be specified in #17.
its tedious to remember all the right arguments when launching `steno`. it would be more convenient if there was a configuration file that could be committed to a project where...
part of the vision for steno is to be generic enough to be used outside of the Slack platform. currently, one reason that's not possible is because the proxy code...
we can use environment variables to which hostnames, and that can be nearly transparent if they go into the vscode launch config.
i think we need to refine what to say here, but here's a starting point: > Diógenes Brito [20 minutes ago] > Let’s say you’re a chump who hasn’t written...
a concrete example of changing your app to send requests to steno's incoming port instead of the real API would be really helpful in helping developers get started. feedback via...