Simon Bäumer

Results 78 issues of Simon Bäumer

## ToDo - [x] Reproduced issue - [ ] Investigate ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a...

To process and validate a result with custom logic bash and awk verifiers could be an interesting option to write smaller assertions which are more complex.

To exit early on errors (i.e. missing addresses) go routines should be cancelled if an error occured. Also all routines should be cancelled gracefully on `SIGTERM` and `SIGINT` signals.

Fixes # ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a changelog entry in [CHANGELOG.md](https://github.com/commander-cli/commander/blob/master/CHANGELOG.md)? - [ ] Updated...

It would be nice to print better diffs between the expected and actual result

As a user I want to see better error messages if a parsing error occurs in my yaml configurations.

As a user I want to execute tests in concurrent to speed up the testing environment. At the moment I need to run multiple commander instances to achieve this behaviour....

Suites should not only be written in `YAML`, it would be nice to support `JSON` too