Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/v2/features/rum_replay_heatmaps.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ Feature: Rum Replay Heatmaps
And a valid "appKeyAuth" key in the system
And an instance of "RumReplayHeatmaps" API

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Create replay heatmap snapshot returns "Created" response
Given new "CreateReplayHeatmapSnapshot" request
And body with value {"data": {"attributes": {"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb", "device_type": "desktop", "event_id": "11111111-2222-3333-4444-555555555555", "is_device_type_selected_by_user": false, "snapshot_name": "My Snapshot", "start": 0, "view_name": "/home"}, "type": "snapshots"}}
When the request is sent
Then the response status is 201 Created

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Delete replay heatmap snapshot returns "No Content" response
Given new "DeleteReplayHeatmapSnapshot" request
And request contains "snapshot_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 204 No Content

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: List replay heatmap snapshots returns "OK" response
Given new "ListReplayHeatmapSnapshots" request
And request contains "filter[view_name]" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Update replay heatmap snapshot returns "OK" response
Given new "UpdateReplayHeatmapSnapshot" request
And request contains "snapshot_id" parameter from "REPLACE.ME"
Expand Down
20 changes: 10 additions & 10 deletions tests/v2/features/rum_replay_playlists.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Rum Replay Playlists
And a valid "appKeyAuth" key in the system
And an instance of "RumReplayPlaylists" API

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Add rum replay session to playlist returns "Created" response
Given new "AddRumReplaySessionToPlaylist" request
And request contains "ts" parameter from "REPLACE.ME"
Expand All @@ -17,7 +17,7 @@ Feature: Rum Replay Playlists
When the request is sent
Then the response status is 201 Created

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Add rum replay session to playlist returns "OK" response
Given new "AddRumReplaySessionToPlaylist" request
And request contains "ts" parameter from "REPLACE.ME"
Expand All @@ -26,57 +26,57 @@ Feature: Rum Replay Playlists
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Bulk remove rum replay playlist sessions returns "No Content" response
Given new "BulkRemoveRumReplayPlaylistSessions" request
And request contains "playlist_id" parameter from "REPLACE.ME"
And body with value {"data": [{"id": "00000000-0000-0000-0000-000000000001", "type": "rum_replay_session"}]}
When the request is sent
Then the response status is 204 No Content

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Create rum replay playlist returns "Created" response
Given new "CreateRumReplayPlaylist" request
And body with value {"data": {"attributes": {"created_by": {"handle": "john.doe@example.com", "id": "00000000-0000-0000-0000-000000000001", "uuid": "00000000-0000-0000-0000-000000000001"}, "name": "My Playlist"}, "type": "rum_replay_playlist"}}
When the request is sent
Then the response status is 201 Created

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Delete rum replay playlist returns "No Content" response
Given new "DeleteRumReplayPlaylist" request
And request contains "playlist_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 204 No Content

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Get rum replay playlist returns "OK" response
Given new "GetRumReplayPlaylist" request
And request contains "playlist_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: List rum replay playlist sessions returns "OK" response
Given new "ListRumReplayPlaylistSessions" request
And request contains "playlist_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: List rum replay playlists returns "OK" response
Given new "ListRumReplayPlaylists" request
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Remove rum replay session from playlist returns "No Content" response
Given new "RemoveRumReplaySessionFromPlaylist" request
And request contains "playlist_id" parameter from "REPLACE.ME"
And request contains "session_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 204 No Content

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Update rum replay playlist returns "OK" response
Given new "UpdateRumReplayPlaylist" request
And request contains "playlist_id" parameter from "REPLACE.ME"
Expand Down
2 changes: 1 addition & 1 deletion tests/v2/features/rum_replay_sessions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Rum Replay Sessions
Retrieve segments for RUM replay sessions. Access session replay data
stored in event platform or blob storage.

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Get segments returns "OK" response
Given a valid "apiKeyAuth" key in the system
And a valid "appKeyAuth" key in the system
Expand Down
8 changes: 4 additions & 4 deletions tests/v2/features/rum_replay_viewership.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ Feature: Rum Replay Viewership
And a valid "appKeyAuth" key in the system
And an instance of "RumReplayViewership" API

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Create rum replay session watch returns "Created" response
Given new "CreateRumReplaySessionWatch" request
And request contains "session_id" parameter from "REPLACE.ME"
And body with value {"data": {"attributes": {"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb", "event_id": "11111111-2222-3333-4444-555555555555", "timestamp": "2026-01-13T17:15:53.208340Z"}, "type": "rum_replay_watch"}}
When the request is sent
Then the response status is 201 Created

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: Delete rum replay session watch returns "No Content" response
Given new "DeleteRumReplaySessionWatch" request
And request contains "session_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 204 No Content

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: List rum replay session watchers returns "OK" response
Given new "ListRumReplaySessionWatchers" request
And request contains "session_id" parameter from "REPLACE.ME"
When the request is sent
Then the response status is 200 OK

@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
@generated @skip @team:DataDog/session-replay-backend
Scenario: List rum replay viewership history sessions returns "OK" response
Given new "ListRumReplayViewershipHistorySessions" request
When the request is sent
Expand Down
Loading