How do I mark the status of my app automation test while running on LambdaTest? It is showing "completed" everytime

How do I mark the status of my app automation test while running on LambdaTest? It is showing “completed” everytime.

Hey Junior

To mark the status of your app automation test on LambdaTest differently than “completed,” you can use LambdaTest’s APIs. Specifically, you’ll need to update the test status using their REST API. This involves sending a POST request to the LambdaTest API with the desired status (e.g., “passed”, “failed”, “incomplete”) and relevant details about the test session. Make sure to include the session ID of your test in the API call to correctly identify the test whose status you wish to update.

You can refer to the below doc for the passing status in-app automation test: