I am working on a katalon project and have integrated Azure DevOps. I have configured a pipeline using the github example : https://github.com/katalon-studio-samples/azure-devops-extension-samples/blob/master/azure-pipelines-windows-srs.yml
I have a requirement where I need to configure a pipeline which executes more than one test suite without using Test collection. Or configure a pipeline which executes more than one Test Suite collection in the order they are defined.
Can we execute only one single Test suite or Test Suite Collection from pipeline?