Hello,
my name is Jose Macias, medical physicist from Virgen Macarena Hospital in Seville, Spain.
I write to you because I have a problem using API in QATrack.
Our version is V3.1.0 QATrack.
From an external python application we are trying to send a new instance of a testlist to QATrack. This testlist has severals tests but one ot them is "upload" type but, in this case, we want to make it skipped true.
The sentence is :
'rt_imagen_cuadrados': {
'filename': "",
'value': null,
'encoding': 'base64',
'skipped': True
}
where rt_imagen_cuadrados is our "upload" test name.
Has anyone had this problem and knows how to manage it?
Thanks in advance!