- Fix format error in 'check' command (@flipback)
- #16 Fix encoding error on the validation stage (@flipback)
- Add flag --only for 'run' command (@flipback)
- Add command 'validate' to check format of all the test on QA directory (@flipback)
- #11 Fix validation error in command list (@flipback)
- Nitpicker can be run as a command (nitpicker instead of `python -m nitpicker) (@flipback)
- #3 Command 'check --all-runs-passed' checks if all of the last runs are passed (@flipback)
- #3 Command 'check --has-new-runs' checks if there are some new runs in the feature branch (@flipback)
- #6 Fix output of command 'list' (@flipback)
- #2 Command 'add' gets user name and email from Git repo (@flipback)
- #8 Fix error of utf-8 encoding in command 'add' (@Rumpelshtinskiy)
- Make format of test cases more friendly (@flipback):
description: Some test to test something
author:
email:
tags:
setup:
- Do something
teardown:
- Do something
steps:
- Some action => Some expectation
- Some action => Some expectation
- Fix UTF-8 bug in YAML dumping (@flipback)
- Fix PyPi distribution
- #1 Report generation about test runs in MD format (@flipback)
- #7 A user can comment the failed step (@flipback)
- #5 A user can edit a new test case in editor at once after creation (@flipback)
- Fix input on Windows (@flipback)
- Fix saving a report at the end of command add (@flipback)