hi all!
At the moment, I'm uploading my automated test results using junit & cucumber API v2 docs (multipart endpoints).
Doubts are:
1- (JUnit) Whenever the test case does not exist, a new one is created, however I'd like to set the test type as "Automated" instead of the "Generic" issue type by default. Is there any field (on test execution json file) to do this?
2- In order to do the same with cucumber multipart endpoint, is it possible the tests get created automatically? So far it fails when the test doesn't exist. This is more or less how my multipart config looks like