Skip to content

Commit 6ebd05a

Browse files
Remove video from README and enhance output section with detailed test results
1 parent 5914ec9 commit 6ebd05a

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
Testlemon 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
138
Vitis [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
1914
docker 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

2443
Create a file with tests ```collection.yaml```

0 commit comments

Comments
 (0)