File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55Testlemon is a tool for easy and quick web api testing and monitoring.
66
7- <video width =" 600 " controls >
8- <source src =" https://github.com/testlemon/testlemon-docs/raw/main/logos/demo.mp4 " type =" video/mp4 " >
9- Your browser does not support the video tag.
10- </video >
11-
127# Documentation
138Vitis [ docs.testlemon.com] ( https://docs.testlemon.com ) for complete documentation.
149
@@ -19,6 +14,30 @@ Vitis [docs.testlemon.com](https://docs.testlemon.com) for complete documentatio
1914docker run --rm itbusina/testlemon -c https://api.mockrest.com/openapi/v1.json
2015```
2116
17+ Output
18+ ``` text
19+ Welcome to Testlemon!
20+ Created by https://itbusina.com.
21+ Contact contact@testlemon.com in case any questions.
22+ Testlemon is running.
23+ Running the collection 'd6b00018-dddd-40c2-b66f-eb1aaaba86ad' 1 time(s).
24+ POST https://api.mockrest.com/users => OK in 00:00:00.5944665
25+ POST https://api.mockrest.com/products => OK in 00:00:00.6435270
26+ DELETE https://api.mockrest.com/products => OK in 00:00:00.7964084
27+ POST https://api.mockrest.com/custom => Created in 00:00:00.8279779
28+ DELETE https://api.mockrest.com/comments => OK in 00:00:00.9653697
29+ DELETE https://api.mockrest.com/users => OK in 00:00:01.0035434
30+ POST https://api.mockrest.com/comments => OK in 00:00:01.0071714
31+ GET https://api.mockrest.com/products => OK in 00:00:01.0661048
32+ GET https://api.mockrest.com/users => OK in 00:00:01.1363180
33+ GET https://api.mockrest.com/comments => OK in 00:00:01.1407234
34+
35+ Total requests: 10
36+ Successful: 10
37+ Failed: 0
38+ Total Duration: 00:00:02.1043505
39+ ```
40+
2241## Run tests from file
2342
2443Create a file with tests ``` collection.yaml ```
You can’t perform that action at this time.
0 commit comments