@@ -28,14 +28,14 @@ Feature: Spans
28
28
When the request is sent
29
29
Then the response status is 400 Bad Request.
30
30
31
- @team:DataDog/apm
31
+ @replay-only @ team:DataDog/apm
32
32
Scenario : Get a list of spans returns "OK" response
33
33
Given new "ListSpansGet" request
34
34
When the request is sent
35
35
Then the response status is 200 OK
36
36
And the response "data[0].type" is equal to "spans"
37
37
38
- @skip-validation @team:DataDog/apm @with-pagination
38
+ @replay-only @ skip-validation @team:DataDog/apm @with-pagination
39
39
Scenario : Get a list of spans returns "OK" response with pagination
40
40
Given new "ListSpansGet" request
41
41
And request contains "page[limit]" parameter with value 2
@@ -58,15 +58,15 @@ Feature: Spans
58
58
When the request is sent
59
59
Then the response status is 400 Bad Request
60
60
61
- @team:DataDog/apm
61
+ @replay-only @ team:DataDog/apm
62
62
Scenario : Search spans returns "OK" response
63
63
Given new "ListSpans" request
64
64
And body with value {"data" : {"attributes" : {"filter" : {"from" : "now-15m" , "query" : "*" , "to" : "now" }, "options" : {"timezone" : "GMT" }, "page" : {"limit" : 25}, "sort" : "timestamp" }, "type" : "search_request" }}
65
65
When the request is sent
66
66
Then the response status is 200 OK
67
67
And the response "data[0].type" is equal to "spans"
68
68
69
- @skip-validation @team:DataDog/apm @with-pagination
69
+ @replay-only @ skip-validation @team:DataDog/apm @with-pagination
70
70
Scenario : Search spans returns "OK" response with pagination
71
71
Given new "ListSpans" request
72
72
And body with value {"data" : {"attributes" : {"filter" : {"from" : "now-15m" , "query" : "service:python*" , "to" : "now" }, "options" : {"timezone" : "GMT" }, "page" : {"limit" : 2}, "sort" : "timestamp" }, "type" : "search_request" }}
0 commit comments