forked from serenity-bdd/serenity-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
2,865 additions
and
0 deletions.
There are no files selected for viewing
563 changes: 563 additions & 0 deletions
563
...mple-full-json-report/1712e673a1d80fc0dcba2e3647241ec28ac8da239e820d0db5fc890e0cde4a.json
Large diffs are not rendered by default.
Oops, something went wrong.
72 changes: 72 additions & 0 deletions
72
...mple-full-json-report/44726cea3d28d9be769f1e7361629f586ae2004448d29ecbe66fcc500af301.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"name": "Logging on with valid account", | ||
"testSteps": [ | ||
{ | ||
"number": 1, | ||
"description": "Given I am an authorized staff member", | ||
"duration": 5, | ||
"startTime": 1425438522523, | ||
"result": "SUCCESS" | ||
}, | ||
{ | ||
"number": 2, | ||
"description": "When I log on using my valid credentials", | ||
"duration": 3, | ||
"startTime": 1425438522529, | ||
"result": "SUCCESS", | ||
"children": [ | ||
{ | ||
"number": 3, | ||
"description": "Logs in as: \u003cspan class\u003d\u0027step-parameter\u0027\u003ePHILLIP\u003c/span\u003e", | ||
"duration": 0, | ||
"startTime": 1425438522530, | ||
"result": "IGNORED" | ||
} | ||
] | ||
}, | ||
{ | ||
"number": 4, | ||
"description": "Then I should be provided access to customer information", | ||
"duration": 6338, | ||
"startTime": 1425438522532, | ||
"result": "SUCCESS", | ||
"children": [ | ||
{ | ||
"number": 5, | ||
"description": "Should be logged in", | ||
"duration": 6335, | ||
"startTime": 1425438522534, | ||
"result": "IGNORED" | ||
} | ||
] | ||
} | ||
], | ||
"userStory": { | ||
"id": "login-with-username-and-password", | ||
"storyName": "Login with username and password", | ||
"path": "login.feature", | ||
"narrative": "In order to prevent unauthorized access to non-staff members\nAs a system admin\nI want valid users to authenticate before they access customer information", | ||
"type": "feature" | ||
}, | ||
"title": "Logging on with valid account", | ||
"description": "", | ||
"tags": [ | ||
{ | ||
"name": "Login with username and password", | ||
"type": "feature" | ||
}, | ||
{ | ||
"name": "PROJ-36", | ||
"type": "issue" | ||
}, | ||
{ | ||
"name": "Login", | ||
"type": "story" | ||
} | ||
], | ||
"startTime": 1425438522522, | ||
"duration": 6348, | ||
"driver": "firefox", | ||
"manual": false, | ||
"result": "SUCCESS" | ||
} |
Oops, something went wrong.