Skip to content

Instantly share code, notes, and snippets.

@andrewesweet
Created April 17, 2020 16:19
Show Gist options
  • Save andrewesweet/22093be1199a0022c1492a365bf1b322 to your computer and use it in GitHub Desktop.
Save andrewesweet/22093be1199a0022c1492a365bf1b322 to your computer and use it in GitHub Desktop.
cukedoctor duplicate tags
@someTag
Feature: Feature1
Scenario: Scenario feature 1
Given scenario step
[
{
"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