All test cases created by reporters apps should be marked with 'isAutomated' property
complete
Manjunatha Reddy
Currently, new test cases automatically created by a reporter app are marked with the ‘isManual’ property.
Reporters use the ‘create-result’ endpoint to publish results to Qase. If a test case ID is not specified, the endpoint also creates the test case. However, this endpoint’s parameters do not include an option to set the ‘Automation status’ value.
As a result, users must manually change the property of these newly created cases to ‘Automated’ from the UI, which adds an unnecessary step.
Manjunatha Reddy
complete
Manjunatha Reddy
I’m pleased to share that any test case whose results are reported through API reporters will automatically have its ‘automation status’ set to ‘automated.’
Additionally, if a new test case is created from results sent via API, its ‘automation status’ will also be set to ‘automated.’
M
Mellitzer Martina
Same goes for Test Runs. They are currently created as "manual" (in case of the Playwright reporter at least).