{
    "name": "TestFeature",
    "description": "Test description blabla",
    "featureFileContent": "Feature: TestFeature\r\n    Test description blabla\r\n    \r\n    Background:\r\n        Given Something\r\n\r\n    Scenario: TestScenario\r\n        When I do something\r\n        Then I check something",
    "featureFullPath": "./Tests/Test1/Test1.feature",
    "statusCount": {
        "ok": 3,
        "error": 0,
        "warning": 0,
        "skipped": 0
    },
    "scenarios": [
        {
            "status": 1,
            "name": "TestScenario",
            "steps": [
                {
                    "name": "Given Something",
                    "status": 1,
                    "filePath": "C:\\Work\\pickle\\Step\\Step.ts:57:9",
                    "durationMs": 3
                },
                {
                    "name": "When I do something",
                    "status": 1,
                    "filePath": "C:\\Work\\pickle\\Step\\Step.ts:57:9",
                    "durationMs": 0
                },
                {
                    "name": "Then I check something",
                    "status": 1,
                    "filePath": "C:\\Work\\pickle\\Step\\Step.ts:57:9",
                    "durationMs": 0
                }
            ]
        }
    ]
}