-
-
Save ochubey/20436182c8507e548d188ff073499e55 to your computer and use it in GitHub Desktop.
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": [ | |
{ | |
"before": [ | |
{ | |
"result": { | |
"duration": 30525416181, | |
"status": "passed" | |
}, | |
"match": { | |
"location": "StartingSteps.setUp(Scenario)" | |
} | |
} | |
], | |
"line": 4, | |
"name": "search leads to correct webview", | |
"description": "", | |
"id": "start-screen-in-app-search;search-leads-to-correct-webview", | |
"after": [ | |
{ | |
"result": { | |
"duration": 103378, | |
"status": "passed" | |
}, | |
"match": { | |
"location": "StartingSteps.tearDown(Scenario)" | |
} | |
} | |
], | |
"type": "scenario", | |
"keyword": "Scenario", | |
"steps": [ | |
{ | |
"result": { | |
"duration": 13704446603, | |
"status": "passed" | |
}, | |
"line": 5, | |
"name": "application is running", | |
"match": { | |
"location": "GeneralSteps.isApplicationRunning()" | |
}, | |
"keyword": "Given " | |
}, | |
{ | |
"result": { | |
"duration": 5660302795, | |
"status": "passed" | |
}, | |
"line": 6, | |
"name": "user on Start Screen", | |
"match": { | |
"location": "StartScreenSteps.isOnStartTab()" | |
}, | |
"keyword": "And " | |
}, | |
{ | |
"result": { | |
"duration": 8036840297, | |
"status": "passed" | |
}, | |
"line": 7, | |
"name": "user enters \"Barcelona\" as search criteria", | |
"match": { | |
"arguments": [ | |
{ | |
"val": "Barcelona", | |
"offset": 13 | |
} | |
], | |
"location": "SearchSteps.userEntersAsSearchCriteria(String)" | |
}, | |
"keyword": "When " | |
}, | |
{ | |
"result": { | |
"duration": 25115189594, | |
"status": "passed" | |
}, | |
"line": 8, | |
"name": "select first result", | |
"match": { | |
"location": "SearchSteps.selectFirstResult()" | |
}, | |
"keyword": "And " | |
}, | |
{ | |
"result": { | |
"duration": 998750, | |
"status": "passed" | |
}, | |
"line": 9, | |
"name": "correct webview is loaded", | |
"match": { | |
"location": "WebViewSteps.waitForPageToBeLoaded()" | |
}, | |
"keyword": "Then " | |
} | |
] | |
} | |
], | |
"name": "Start screen in app Search", | |
"description": "", | |
"id": "start-screen-in-app-search", | |
"keyword": "Feature", | |
"uri": "/Users/ochubey/capp-autotest/src/test/resources/features/StartScreen2.feature", | |
"tags": [ | |
{ | |
"line": 1, | |
"name": "@search" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment