Support CLI & CI/CD on sprint branch

We’d like to be able to run test scenarios on a sprint branch before merging to main. Currently it looks like we can only execute the CLI against main.

Currently, CI/CD only supports execution on the main branch. For running tests on sprint branches, you can use the client-side execution or run them on a Runner. I’ll forward this request to our product manager to evaluate adding CI/CD support for testing scenarios on sprint branches.

The initial design decision was made because we consider test scenarios on sprint branches to be less stable. Manually adjusting and running them directly in the client was deemed more suitable, as using CI/CD for these branches might result in higher failure rates due to frequent content changes.

If you’d like, could you share why you need to run tests via CI/CD on sprint branches? This would help us better evaluate the request.