Created
April 17, 2020 16:19
-
-
Save andrewesweet/22093be1199a0022c1492a365bf1b322 to your computer and use it in GitHub Desktop.
cukedoctor duplicate tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@someTag | |
Feature: Feature1 | |
Scenario: Scenario feature 1 | |
Given scenario step |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"line": 2, | |
"elements": [ | |
{ | |
"start_timestamp": "2020-04-17T16:19:18.465Z", | |
"line": 4, | |
"name": "Scenario feature 1", | |
"description": "", | |
"id": "feature1;scenario-feature-1", | |
"type": "scenario", | |
"keyword": "Scenario", | |
"steps": [ | |
{ | |
"result": { | |
"duration": 2002200, | |
"status": "passed" | |
}, | |
"line": 6, | |
"name": "scenario step", | |
"match": { | |
"location": "org.example.StepDefinitions.scenarioStep()" | |
}, | |
"keyword": "Given " | |
} | |
], | |
"tags": [ | |
{ | |
"name": "@someTag" | |
} | |
] | |
} | |
], | |
"name": "Feature1", | |
"description": "", | |
"id": "feature1", | |
"keyword": "Feature", | |
"uri": "classpath:org/example/1.feature", | |
"tags": [ | |
{ | |
"name": "@someTag", | |
"type": "Tag", | |
"location": { | |
"line": 1, | |
"column": 1 | |
} | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment