bobthebuilder
27 days agoNew Contributor
Required Execution fields when using Automation API
Hi, currently using the Zephyr Squad Server automation API to create and execute tests in bulk.
Currently, I cannot find a way to configure the test execution created by the automation. We require either a comment or an attachment for every test execution as test evidence, but the execution created by the automation does not set these fields.
Is there a way to either:
- Set default values for execution fields when creating an automation task
- Bulk update the comment field for a list of executions
A possible solution now would be to pull all executions for the test cycle and update each execution one at a time, but our test suite is too large for this.
Thanks in advance