-
Notifications
You must be signed in to change notification settings - Fork 42
/
behave_sample.json
3 lines (3 loc) · 4.12 KB
/
behave_sample.json
1
2
3
[
{"keyword": "Feature", "name": "As a user, I can sum two numbers", "tags": ["STORY_123"], "location": "features/sample_scenario_outline.feature:2", "status": "failed", "elements": [{"type": "scenario", "keyword": "Scenario Outline", "name": " -- @1.1 ", "tags": ["TEST_123"], "location": "features/sample_scenario_outline.feature:13", "steps": [{"keyword": "Given", "step_type": "given", "name": "I have entered 20 into the calculator", "location": "features/sample_scenario_outline.feature:6", "result": {"status": "undefined", "duration": 0}}, {"keyword": "And", "step_type": "given", "name": "I have entered 30 into the calculator", "location": "features/sample_scenario_outline.feature:7"}, {"keyword": "When", "step_type": "when", "name": "I press add", "location": "features/sample_scenario_outline.feature:8"}, {"keyword": "Then", "step_type": "then", "name": "the result should be 50 on the screen", "location": "features/sample_scenario_outline.feature:9"}], "status": "failed"}, {"type": "scenario", "keyword": "Scenario Outline", "name": " -- @1.2 ", "tags": ["TEST_123"], "location": "features/sample_scenario_outline.feature:14", "steps": [{"keyword": "Given", "step_type": "given", "name": "I have entered 2 into the calculator", "location": "features/sample_scenario_outline.feature:6", "result": {"status": "undefined", "duration": 0}}, {"keyword": "And", "step_type": "given", "name": "I have entered 5 into the calculator", "location": "features/sample_scenario_outline.feature:7"}, {"keyword": "When", "step_type": "when", "name": "I press add", "location": "features/sample_scenario_outline.feature:8"}, {"keyword": "Then", "step_type": "then", "name": "the result should be 7 on the screen", "location": "features/sample_scenario_outline.feature:9"}], "status": "failed"}, {"type": "scenario", "keyword": "Scenario Outline", "name": " -- @1.3 ", "tags": ["TEST_123"], "location": "features/sample_scenario_outline.feature:15", "steps": [{"keyword": "Given", "step_type": "given", "name": "I have entered 0 into the calculator", "location": "features/sample_scenario_outline.feature:6", "result": {"status": "undefined", "duration": 0}}, {"keyword": "And", "step_type": "given", "name": "I have entered 40 into the calculator", "location": "features/sample_scenario_outline.feature:7"}, {"keyword": "When", "step_type": "when", "name": "I press add", "location": "features/sample_scenario_outline.feature:8"}, {"keyword": "Then", "step_type": "then", "name": "the result should be 40 on the screen", "location": "features/sample_scenario_outline.feature:9"}], "status": "failed"}, {"type": "scenario", "keyword": "Scenario Outline", "name": " -- @1.4 ", "tags": ["TEST_123"], "location": "features/sample_scenario_outline.feature:16", "steps": [{"keyword": "Given", "step_type": "given", "name": "I have entered 4 into the calculator", "location": "features/sample_scenario_outline.feature:6", "result": {"status": "undefined", "duration": 0}}, {"keyword": "And", "step_type": "given", "name": "I have entered 50 into the calculator", "location": "features/sample_scenario_outline.feature:7"}, {"keyword": "When", "step_type": "when", "name": "I press add", "location": "features/sample_scenario_outline.feature:8"}, {"keyword": "Then", "step_type": "then", "name": "the result should be 54 on the screen", "location": "features/sample_scenario_outline.feature:9"}], "status": "failed"}, {"type": "scenario", "keyword": "Scenario Outline", "name": " -- @1.5 ", "tags": ["TEST_123"], "location": "features/sample_scenario_outline.feature:17", "steps": [{"keyword": "Given", "step_type": "given", "name": "I have entered 5 into the calculator", "location": "features/sample_scenario_outline.feature:6", "result": {"status": "undefined", "duration": 0}}, {"keyword": "And", "step_type": "given", "name": "I have entered 50 into the calculator", "location": "features/sample_scenario_outline.feature:7"}, {"keyword": "When", "step_type": "when", "name": "I press add", "location": "features/sample_scenario_outline.feature:8"}, {"keyword": "Then", "step_type": "then", "name": "the result should be 55 on the screen", "location": "features/sample_scenario_outline.feature:9"}], "status": "failed"}]}
]