mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 01:17:37 +08:00
new feature: testcases can be layered, now we can define interface in api block individually
This commit is contained in:
@@ -39,7 +39,7 @@ To ensure the installation or upgrade is successful, you can execute command `at
|
||||
|
||||
```text
|
||||
$ ate -V
|
||||
ApiTestEngine version: 0.6.0
|
||||
ApiTestEngine version: 0.7.0
|
||||
```
|
||||
|
||||
Execute the command `ate -h` to view command help.
|
||||
@@ -75,7 +75,7 @@ To install mail helper, run this command in your terminal:
|
||||
$ pip install -U git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py
|
||||
$ ate -V
|
||||
jenkins-mail-py version: 0.2.5
|
||||
ApiTestEngine version: 0.6.0
|
||||
ApiTestEngine version: 0.7.0
|
||||
```
|
||||
|
||||
With [`jenkins-mail-py`][jenkins-mail-py] installed, you can see more optional arguments.
|
||||
|
||||
Reference in New Issue
Block a user