When create a new test using API (following your guideline - Full API Documentation (Version 2) - PractiTest) the test is successfully created but contains no steps (there should be one). My JSON:
{
"data": {
"type": "tests",
"attributes": {
"name": "Test_api_2",
"author-id": 9197,
"description": "test description",
"steps": {
"data": [ {"name": "step one", "description": "Step 1 description", "expected-results": "result"} ]
}
}
}
}
Is there something missing in my JSON? Thanks.