Forum Discussion
msalvador
5 years agoFrequent Contributor
I don't know if is possible to specify a test cycle, I post my json below, and when I send the request a new cycle is created:"Automated build"
Here the json(I appreciate if someone could write all the fields)
{
"version": 1,
"executions":[
{
"source":"Internal",
"result":"Passed",
"testCase": {
"key": "QA-T196"
}
}
]
}lindenquan
5 years agoNew Contributor
yeah, it always creates a new cycle. It seem there is no way to specify a existing cycle
- msalvador5 years agoFrequent Contributor
How do you generate the json? via junit or something else.
I try to generate it via SoapUI, but I can't do it.
I have some API project wrote with SOAPUI, and I want to push results in Zephyr.