make documents on readthedocs

This commit is contained in:
debugtalk
2017-11-08 19:15:54 +08:00
parent c916e9dc84
commit f259ecd6a6
21 changed files with 646 additions and 385 deletions

View File

@@ -30,9 +30,9 @@ Before we write testcases, we should know the details of the API. It is a good c
For example, the image below illustrates getting token from the sample service first, and then creating one user successfully.
![](ate-quickstart-http-1.jpg)
![](images/ate-quickstart-http-1.jpg)
![](ate-quickstart-http-2.jpg)
![](images/ate-quickstart-http-2.jpg)
After thorough understanding of the APIs, we can now begin to write testcases.
@@ -316,7 +316,7 @@ Reports generated: /Users/Leo/MyProjects/HttpRunner/reports/quickstart-demo-rev-
Great! The test case runs successfully and generates a `HTML` test report.
![](ate-quickstart-demo-report.jpg)
![](images/ate-quickstart-demo-report.jpg)
## Further more