cucumberjs-junitxml
Version:
Provide a cucumber-js support file and json2xml converter to generate JUnitXML file for CI
79 lines • 2.71 kB
JSON
[
{
"id": "Key-Features",
"name": "Key Features",
"description": "In order to get latest information\nAs a user\nI can use utility to see information",
"line": 2,
"keyword": "Feature",
"uri": "/tests/features/util/index.feature",
"elements": [
{
"id": "Key-Features;Can-see-basic-information",
"name": "Can see basic information",
"mock": true,
"description": "",
"line": 6,
"keyword": "Scenario",
"steps": [
{
"name": "I go to \"/index\" page",
"line": 7,
"keyword": "Given ",
"result": {
"duration": 22476776042,
"status": "passed"
},
"match": {}
},
{
"name": "I should see an image",
"line": 8,
"keyword": "Then ",
"result": {
"status": "undefined"
},
"match": {}
}
]
},
{
"id": "Key-Features;Can-see-more",
"name": "Can see more",
"mock": true,
"description": "",
"line": 14,
"keyword": "Scenario",
"steps": [
{
"name": "I go to \"/index\" page",
"line": 15,
"keyword": "Given ",
"result": {
"duration": 21828945658,
"status": "passed"
},
"match": {}
},
{
"name": "I click on \"see-more\" link",
"line": 16,
"keyword": "When ",
"result": {
"status": "undefined"
},
"match": {}
},
{
"name": "I should be in \"/see-more\" page",
"line": 17,
"keyword": "Then ",
"result": {
"status": "skipped"
},
"match": {}
}
]
}
]
}
]