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 112103ef..e16e3924 100644 --- a/docs.json +++ b/docs.json @@ -935,7 +935,8 @@ { "group": "Test Sessions", "pages": [ - "api-reference/test-sessions/cancel-a-test-session" + "api-reference/test-sessions/cancel-a-test-session", + "api-reference/test-sessions/await-the-completion-of-a-test-session" ] }, {