Created
March 28, 2016 17:57
-
-
Save saikrishna321/483a28937249849ba997 to your computer and use it in GitHub Desktop.
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, | |
| "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