Jussi Vatjus-Anttila
Jussi Vatjus-Anttila
## new features Generate Test Metadata section to markdown report using ``` --md-metadata (--metadata key=value) ``` Covers: #8 ## Breaking change Extract md `--verbose` to own md specific argument. This...
Currently pytest verbose report based on pytest verbose flag. Would like to use it separately.
Note that this issue is not obvious library bug, more like opening discussion around topic. background: https://petermalmgren.com/signal-handling-docker/ use case: [pid library is used](https://github.com/jupe/pytest-lockable) inside docker so that lock files are...
Related Redash implementation PR: https://github.com/getredash/redash/pull/4695
New nodejs uses node-gyp instead of node-waf (currently node-waf is used in this project). Could you update installation scripts to use node-gyp .
Would be very useful to have command line interface for tool which allows to select for example `cilicon.yml` filename and it's path. This makes easier to integrate tool to deployment...
## Status **IN DEVELOPMENT** ## Migrations NO ## Description cmd_reset was not working properly. Fixing functionality with regression test. ## Todos - [ ] Tests
By default trace library uses colors for trace prints (vt100 control characters), but it should be disabled when calling cli command `set --vt100 off`. default trace configuration: `TRACE_MODE_COLOR | TRACE_ACTIVE_LEVEL_ALL...