Skip to content

Instantly share code, notes, and snippets.

@saikrishna321
Created March 28, 2016 17:57
Show Gist options
  • Select an option

  • Save saikrishna321/483a28937249849ba997 to your computer and use it in GitHub Desktop.

Select an option

Save saikrishna321/483a28937249849ba997 to your computer and use it in GitHub Desktop.
[
{
"line": 1,
"elements": [
{
"line": 3,
"name": "Valid Login",
"description": "",
"id": "login-test;valid-login",
"type": "scenario",
"keyword": "Scenario",
"steps": [
{
"result": {
"duration": 68338181,
"status": "passed"
},
"line": 5,
"name": "i\u0027m on homepage",
"match": {
"location": "LoginSteps.iMOnHomepage()"
},
"keyword": "Given "
},
{
"result": {
"duration": 40091,
"status": "passed"
},
"line": 6,
"name": "i click on login",
"match": {
"location": "LoginSteps.iClickOnLogin()"
},
"keyword": "When "
},
{
"result": {
"duration": 35229,
"status": "passed"
},
"line": 7,
"name": "i should see login editbox",
"match": {
"location": "LoginSteps.iShouldSeeLoginEditbox()"
},
"keyword": "Then "
}
]
}
],
"name": "Login Test",
"description": "",
"id": "login-test",
"keyword": "Feature",
"uri": "target/test-classes/cucumber/features/Login.feature"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment