diff --git a/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx b/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx new file mode 100644 index 00000000..3f7f0198 --- /dev/null +++ b/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx @@ -0,0 +1,4 @@ +--- +openapi: get /v1/test-sessions/{testSessionId}/completion +title: Await the completion of a test session +--- diff --git a/docs.json b/docs.json index 8d54a130..109c93fe 100644 --- a/docs.json +++ b/docs.json @@ -928,6 +928,12 @@ "api-reference/test-session-error-groups/retrieve-a-test-session-error-group", "api-reference/test-session-error-groups/update-a-test-session-error-group" ] + }, + { + "group": "Test Sessions", + "pages": [ + "api-reference/test-sessions/await-the-completion-of-a-test-session" + ] } ] }