Simon Bäumer

Results 78 issues of Simon Bäumer

commander relies on the buil-in logging framework, I would like to use logrus instead

It should be possible to define `setup` and `tear_down` commands

It would be cool to execute a test in the shell commander would use

Add a field which defines on which `os` a test can be executed, i.e.: ``` tests: echo hello: os: - darwin - linux ``` or maybe this is even better:...

It would be nice to have a `command` which exposes commander as a healthcheck

At the moment it is needed to remove colored output from the shell with something like this: echo command | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g"

Fixes #63 ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a changelog entry in [CHANGELOG.md](../CHANGELOG.md)? - [ ] Updated...

For now this is just a prototype - [ ] create layout - [ ] start script with commander shell and config - [ ] display results in real time...