File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/data/markdown/docs/01 guides/02 Using k6 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ k6 will automatically apply [tags](/using-k6/tags-and-groups#section-tags) to yo
71
71
| group | When the request runs inside a [ group] ( /javascript-api/k6/group-name-fn ) , the tag value is the group name. Default is empty. |
72
72
| name | Defaults to URL requested |
73
73
| method | Request method (` GET ` , ` POST ` , ` PUT ` etc.) |
74
- | scenario | When the request runs inside a [ scenario] ( /using-k6/scenarios ) , the tag value is the scenario name. Default is empty . |
74
+ | scenario | When the request runs inside a [ scenario] ( /using-k6/scenarios ) , the tag value is the scenario name. Default is ` default ` . |
75
75
| status | response status |
76
76
| url | defaults to URL requested |
77
77
@@ -91,7 +91,7 @@ Below you can see how a test result data point (the duration of an HTTP request)
91
91
"group" : " " ,
92
92
"method" : " GET" ,
93
93
"name" : " http://test.k6.io" ,
94
- "scenario" : " " ,
94
+ "scenario" : " default " ,
95
95
"status" : " 200" ,
96
96
"url" : " http://test.k6.io"
97
97
}
You can’t perform that action at this time.
0 commit comments