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,9 +44,9 @@ Create a file with tests ```collection.yaml```
4444
4545``` text
4646tests:
47- - url: https://dummyjson .com/users
48- - url: https://dummyjson. com/comments
49- - url: https://dummyjson. com/products
47+ - url: https://api.mockrest .com/users
48+ - url: https://api.mockrest. com/products
49+ - url: https://api.mockrest. com/comments
5050```
5151
5252Run the tests:
8383```
8484
8585``` shell
86- docker run --rm itbusina/testlemon:latest -c " $( < collection.yaml) " --variables host=https://dummyjson .com
86+ docker run --rm itbusina/testlemon:latest -c " $( < collection.yaml) " --variables host=https://api.mockrest .com
8787```
8888
8989## Run test collection with secrets
9898```
9999
100100``` shell
101- docker run --rm itbusina/testlemon:latest -c " $( < collection.yaml) " --secrets host=https://dummyjson .com
101+ docker run --rm itbusina/testlemon:latest -c " $( < collection.yaml) " --secrets host=https://api.mockrest .com
102102```
You can’t perform that action at this time.
0 commit comments