Last active
August 19, 2025 20:26
-
-
Save felipecrs/acdfdd30a93c4f2194b117a16be1d709 to your computer and use it in GitHub Desktop.
Reproduction for https://github.com/jenkinsci/cucumber-reports-plugin/issues/449
This file has been truncated, but you can view the full file.
This file contains hidden or 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": 1, | |
| "elements": [ | |
| { | |
| "line": 3, | |
| "type": "background", | |
| "keyword": "Background", | |
| "steps": [ | |
| { | |
| "result": { | |
| "duration": 13340837400, | |
| "status": "passed" | |
| }, | |
| "line": 4, | |
| "name": "Open Home page", | |
| "match": { | |
| "location": "HomePageSteps.openHomePage()" | |
| }, | |
| "keyword": "Given " | |
| } | |
| ] | |
| }, | |
| { | |
| "start_timestamp": "2019-11-25T13:36:37.562Z", | |
| "line": 7, | |
| "name": "All categories are displayed on site", | |
| "id": "product-categories;all-categories-are-displayed-on-site", | |
| "after": [ | |
| { | |
| "result": { | |
| "duration": 944241801, | |
| "status": "passed" | |
| }, | |
| "match": { | |
| "location": "ContextShutdownHook.teardown()" | |
| } | |
| } | |
| ], | |
| "type": "scenario", | |
| "keyword": "Scenario", | |
| "steps": [ | |
| { | |
| "result": { | |
| "duration": 391179701, | |
| "status": "passed" | |
| }, | |
| "line": 8, | |
| "name": "Get list of existing products", | |
| "match": { | |
| "location": "ProductDataSteps.readListOfExistingProducts()" | |
| }, | |
| "keyword": "When " | |
| }, | |
| { | |
| "result": { | |
| "duration": 620118000, | |
| "status": "passed" | |
| }, | |
| "line": 9, | |
| "name": "List of categories is displayed on Home page and contains all values", | |
| "match": { | |
| "location": "HomePageSteps.verifyListOfCategories()" | |
| }, | |
| "keyword": "Then ", | |
| "doc_string": { | |
| "content_type": "", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment