> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/introduction-to-test-execution-in-simplifyqa/create-pipelines.md).

# Create Pipelines

pelines in SimplifyQA help automate the execution of test cases or test suites as part of your testing lifecycle. Whether you're scheduling routine regression runs or integrating with your CI/CD tools, creating a pipeline ensures a smooth and structured execution process.

### Why use Pipelines?

* Automate test executions with predefined configurations
* Reuse pipelines across sprints/releases
* Enable seamless integration with DevOps workflows
* Schedule and trigger tests efficiently

### How to create a pipeline in SimplifyQA?

1. Log in to your SimplifyQA account
2. Navigate to the **Pipelines** section from the left-hand panel.

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

3. Click on '**+ Pipeline'** to create a new one.
4. Enter a meaningful name for your pipeline.

<figure><img src="/files/5dROO9qvUCudexOSNjbW" alt=""><figcaption></figcaption></figure>

5. Enter the required details and click on save to create the pipeline

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

#### Configure the pipeline details:

* **Pipeline Type:** Choose whether you want to run on **Test Case** or **Suite**

* **Execution Type:** Choose whether you want to run on **Local** or **Cloud**

  * **Local Execution**

    If you choose to run tests locally:

    * Select **Local** under Execution Type.
    * You must specify the **Local Machine Name** where the SimplifyQA Agent is installed and running.
  * **Cloud Execution**

    If you opt for Cloud Execution, you need to register your execution environment on the cloud first. This allows to spin up virtual machines or containers for remote execution.

  &#x20;\
  Refer to [Cloud Configuration](/marketplace/integrating-with-cloud-platforms/vm-based.md) to configure your cloud.

* **Test Case/Suite ID:** Select a test case or a suite.

* **Version & Execution Type:** Select the desired versions.

* **Machine Name:** Specify the machine for test execution.

* **Environment:** Choose the data environment.

* **Release and Sprint:** Define these for tracking purposes.

6. Once you have filled all the required details, click on save.

### Frequently Asked Questions (FAQs)

<details>

<summary>Can I execute both test cases and test suites using a pipeline?</summary>

Yes. While creating the pipeline, you can choose either to execute an individual test case or an entire suite.

</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.simplifyqa.ai/introduction-to-test-execution-in-simplifyqa/create-pipelines.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.
