I want to get the test case result as a JSON object as shown in the example below:
result = {
testCaseId: "test case id",
description: "test case name",
steps: [{
id: "step #",
expectedResult: "message",
status: "Passed/Failed"
}]
}