For the complete documentation index, see llms.txt. This page is also available as Markdown.

Code snippet

This option is helpful when custom logic is needed beyond the available built-in actions. User can embed and run small scripts or code blocks in various programming languages directly within the test workflow, allowing flexibility to handle complex scenarios.

Note: Most CI/CD tools support multiple scripting languages for pipeline execution (such as cURL, Javascript, Python, PowerShell- Rest Method, Shell- wget). In this documentation, we have provided an example using PowerShell. User can use other supported languages as needed.

This document includes:

  1. CI/CD Jenkins

  2. CI/CD Azure DevOps

Last updated