# Running Tests

When executing tests against an integration build, you need to ensure the following mandatory configuration:

1. A unique LabId was defined and common for all the components of the integration build
   * This parameter should be added to the startup of the Coverage Collector agent on the application (depending on the technology it can be added to the Javaagent, JS intrumented code, IIS settings…)
2. When executing the tests you need to use the Build Session ID defined for the Integration Build together with the LabId

{% hint style="warning" %}
The common LabId ensures Sealights Servers will logically link Components with different Build Session IDs together for the Integration Build.

Because you can update only a single component (for example a single micro-service) for a new Integration Build - this method ensures you’re not forced to restart all the components with new parameters.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/build-and-test-execution/integration-build/running-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
