Trying to run entire directories with TestData

My team wants to automate testing with CI/CD.
From what I understand so far, I can use TestDataonly if I specify every single test scenario as a separate line in the config file.
We would like to have an option to run all tests, without the need to manually add new lines to config every time a new test is created.

Is there a way to extract all test ids from a directory to automate this, or maybe to run all tests in a folder with TestData included?

If your tests don’t require TestData, you can use the -f parameter (-f, --test-scenario-folder Specify the test scenario folder ID to run the corresponding test scenarios by folder ID.) or create a scenario that references all other scenarios to run everything with one CLI command. But from your description, it seems most of your test scenarios depend on TestData? Could you share more details about your use case so we can better assist?

I’m not sure how much I’m allowed to share :sweat_smile:
We have a small test base so far, but it’s going to grow pretty fast due to multiple teams working on it. New tests will be added often and having to add each of them to CI/CD config file every time would be a nuisance. We are going to use TestData, so folderIDs won’t save us here.

Thanks for your feedback. Currently, this feature isn’t available yet. I’ll note this use case for our product team to consider for future improvements.