change: --report-file, specify report file path, this has higher priority than specifying report dir.

This commit is contained in:
debugtalk
2019-11-01 19:34:34 +08:00
parent 0d0ecb241f
commit accc06733c
5 changed files with 25 additions and 9 deletions
+7
View File
@@ -1,5 +1,12 @@
# Release History
## 2.3.2 (2019-11-01)
**Changed**
- make render_html_report separate with HttpRunner().run_tests()
- `--report-file`: specify report file path, this has higher priority than specifying report dir.
## 2.3.1 (2019-10-28)
**Fixed**