change: remove --failfast argument, stop test run on the first error or failure by default

This commit is contained in:
debugtalk
2020-04-23 18:46:18 +08:00
parent ee903e12e8
commit 910b335e9d
4 changed files with 5 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
- make `har2case` as hrun sub-command, usage: `hrun har2case -h`
- make `locusts` as hrun sub-command, usage: `hrun locusts -h`
- remove default header `HRUN-Request-ID`, implement the same function with global hooks
- remove `--failfast` argument, stop test run on the first error or failure by default
## 3.0.1 (2020-03-24)