Skip to content

Instantly share code, notes, and snippets.

@ochubey
Created August 23, 2017 06:16
Show Gist options
  • Save ochubey/20436182c8507e548d188ff073499e55 to your computer and use it in GitHub Desktop.
Save ochubey/20436182c8507e548d188ff073499e55 to your computer and use it in GitHub Desktop.
[
{
"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