> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/administration-tab/configurations/applying-configurations.md).

# Applying Configurations

You can customize each test run by applying different configurations, which lets you test across various environments, like different browsers or operating systems. Just duplicate your test run, choose the right configuration from the list, and apply it. This way, you ensure your app performs well in all the scenarios you're targeting. Easy peasy!

### **Applying configurations to individual Test Runs**

You can duplicate each test run and apply different configurations to customize and optimize your testing process for specific environments. This approach allows you to tailor each test run to match particular conditions or settings, ensuring a more precise and effective testing process. To apply configurations to individual test runs, follow these steps:\\

<details>

<summary>Step 1: In the Project section, click the "Rest Runs" tab.</summary>

Go to the Project section and click on the "Test Test Runs" tab.

</details>

<figure><img src="/files/fDF4DlxeYYoOVmFfencr" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 2: Duplicate the Test Run</summary>

In the Test Runs tab of your project, select the test run you want to apply configurations to. Click on the kebab icon and choose the "Duplicate and apply configuration" option.

</details>

<figure><img src="/files/EBrRh91lzGGjQTZNJPVG" alt=""><figcaption><p>Click on the kebab icon and choose the "Duplicate and apply configuration" option.</p></figcaption></figure>

<details>

<summary>Step 3: Select and apply Configurations</summary>

Select the desired configuration from the list and apply it to the duplicated test run.

</details>

<figure><img src="/files/IydwQCtnuAboGeoCjdLL" alt=""><figcaption><p>Select the configuration and click the "Duplicate" button.</p></figcaption></figure>

### **Applying configurations to the Test Runs inside the Test Plan**

When creating your test plan, you can apply configurations to selected test runs to tailor your testing process for specific environments or conditions. This ensures that each test run within your plan is executed under the precise conditions. To apply configurations inside the Test Plan, follow these steps:

<details>

<summary>Step 1: In the Project section, click the "Test Plans" tab.</summary>

Go to the Project section and click on the "Test Plans" tab.

</details>

<figure><img src="/files/mVdMMrByiqycRrvJLuTm" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 2: Start a new Test Plan</summary>

Hit the "Create Test Plan" button.

</details>

<figure><img src="/files/LyzU5vdnglyfp9uBJHM8" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 3: Add Test Runs</summary>

Choose "Add Test Runs" from the actions.

</details>

<figure><img src="/files/0JGLyUAFHpurGWtWP6r6" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 4: Select Test Runs</summary>

Check the boxes to add test runs to the "Selected" list.

</details>

<figure><img src="/files/kAyZmCYqvNvvCii2Bpj8" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 5: Open the Duplicate and add configuration side panel</summary>

In the Create Test Plan flow of the Test Plans section, after selecting the test runs, click the "Add" button in the Configurations column of the table to apply configurations to the specific test run.

</details>

<figure><img src="/files/kOeiiRr310BR4b0gQAbr" alt=""><figcaption><p>Click the "Add" button in the Configurations column.</p></figcaption></figure>

<details>

<summary>Step 6: Select and apply Configurations</summary>

Select the configuration from the list and apply it to the duplicated test run. This will customize the test run according to the specified environment or conditions.

</details>

<figure><img src="/files/DQScIJZHUSrdaOXf5bb2" alt=""><figcaption><p>Select the configuration and click the "Duplicate" button.</p></figcaption></figure>

You should now have an understanding of what a configuration is and how to apply it. Feel free to create your own configurations whenever you need. Click "Next" to dive into more details!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.testfiesta.com/administration-tab/configurations/applying-configurations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
