Running Test Suite Collection in CI/CD Setup with VSTS/TFS

Hi All,

We currently have a setup of CI/CD with VSTS and is currently working fine.

The setup tho is just to run a Test Suite on Chrome headless, and then the same Test Suite on Firefox headless.

Now my question is can we set this up where we need to only run a Test Suite Collection but configured to both browser? I saw the documentation that browserType argument is mandatory but what you don’t need it in Test Suite Collection right?

Is the CI/CD with VSTS only works for Test Suite and not with Test Suite Collection?