Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API call: add an array of cases to a test run #3927

Open
kj-brown opened this issue Feb 27, 2025 · 0 comments
Open

API call: add an array of cases to a test run #3927

kj-brown opened this issue Feb 27, 2025 · 0 comments

Comments

@kj-brown
Copy link

Is your feature request related to a problem? Please describe.
Currently, our automated service creates a test run, finds all of the filtered test cases, and has to do a forEach to add all the relevant cases to a run. This s long and prone to errors.

Describe the solution you'd like
The ability to add an array of cases to a test run i.e. a TestRun.add_cases where the ids field would be an array of case IDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant