kombucha icon indicating copy to clipboard operation
kombucha copied to clipboard

API snapshot testing

Results 5 kombucha issues
Sort by recently updated
recently updated
newest added

Fixes #1 * move args into a struct * add some tests for args behavior * TODO: graphql query file resolution is still wrong (it should also be relative to...

It’d be good to have a `JSONCheck` where all it does is raise a message if the key `error` or `errors` appears in a response under test with a corresponding...

If you run `kombucha` without manually specifying `--snapshots-directory` and `--work-directory`, it automatically creates them relative to the current directory (`.` — eg. `./__Snapshots__`). This is not awesome, instead it should...