File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ responseHeaders:
331331В описании теста можно использовать переменные, они поддерживаются в следующих полях :
332332
333333- method
334+ - description
334335- path
335336- query
336337- headers
@@ -346,6 +347,7 @@ responseHeaders:
346347
347348` ` ` yaml
348349- method: "{{ $method }}"
350+ description: "{{ $description }}"
349351 path: "/some/path/{{ $pathPart }}"
350352 query: "{{ $query }}"
351353 headers:
@@ -1804,4 +1806,4 @@ Example:
18041806```
18051807
18061808В примере выше, схема из файла C:\Users\Leo\gonkey.json будет применяться ко всем файлам
1807- с расширением .gonkey.yaml
1809+ с расширением .gonkey.yaml
Original file line number Diff line number Diff line change 1818 "type" : " string" ,
1919 "description" : " test name"
2020 },
21+ "description" :{
22+ "type" : " string" ,
23+ "description" : " test description"
24+ },
2125 "method" : {
2226 "type" : " string" ,
2327 "description" : " HTTP request type" ,
548552 ]
549553 }
550554 }
551- }
555+ }
You can’t perform that action at this time.
0 commit comments