Hello Alex,
I give you here the request :
https://api.practitest.com/api/v2/projects/25419/runs.json?api_token=########################################
I paste here the json file because the forum doesn’t authorize to put json file nor text file in attachment :
{“data”: {
“type”: “instances”,
“attributes”: {
“instance-id”: ########},
“steps”: {“data”:
[{ “name”: “Connexion”,
“description” : “Description connexion”,
“expected-results” : “Resultat attendu connexion”,
“actual-results”: “Connexion avec succes”,
“status”: “PASSED”},
{ "name": "Action",
"description" : "Description action",
"expected-results" : "Resultat attendu action",
"actual-results": "Action ko",
"status": "PASSED"},
{ "name": "Deconnexion",
"description" : "Description deconnexion",
"expected-results" : "Resultat attendu deconnexion",
"actual-results": "Deconnexion avec succes",
"status": "PASSED"},
{ "name": "Step supplementaire",
"description" : "Description step supplementaire",
"expected-results" : "Resultat attendu step supplementaire",
"actual-results": "resultat actuel step supplémentaire",
"status": "PASSED"}
]
}
}
}
There is no subjects about json format because when I try the same request that I put in the json file (which contains the accent), the same test without any accent works perfectly and I could post some results in this way : putting accent cause a request error.
Thank you in advance for your support.
Thomas.