|
1 | 1 | {
|
2 | 2 | "projectName": "sample",
|
3 |
| - "timestamp": "Mar 5, 2019 at 2:28pm", |
| 3 | + "timestamp": "Mar 5, 2019 at 6:27pm", |
4 | 4 | "successRate": 100,
|
5 | 5 | "environment": "default",
|
6 | 6 | "tags": "",
|
7 |
| - "executionTime": 359, |
| 7 | + "executionTime": 381, |
8 | 8 | "executionStatus": "pass",
|
9 | 9 | "specResults": [
|
10 | 10 | {
|
11 | 11 | "specHeading": "Specification Heading",
|
12 | 12 | "fileName": "/Users/apoorva/Projects/gopath/src/github.com/apoorvam/sample/specs/example.spec",
|
13 | 13 | "tags": [],
|
14 |
| - "executionTime": 63, |
| 14 | + "executionTime": 59, |
15 | 15 | "executionStatus": "pass",
|
16 | 16 | "scenarios": [
|
17 | 17 | {
|
18 | 18 | "scenarioHeading": "Vowel counts in single word",
|
19 | 19 | "tags": [
|
20 | 20 | "single word"
|
21 | 21 | ],
|
22 |
| - "executionTime": 63, |
| 22 | + "executionTime": 58, |
23 | 23 | "executionStatus": "pass",
|
24 | 24 | "contexts": [
|
25 | 25 | {
|
|
33 | 33 | "table": null
|
34 | 34 | }
|
35 | 35 | ],
|
| 36 | + "table": null, |
36 | 37 | "beforeStepHookFailure": null,
|
37 | 38 | "afterStepHookFailure": null,
|
38 | 39 | "result": {
|
39 | 40 | "status": "pass",
|
40 | 41 | "stackTrace": "",
|
41 | 42 | "screenshot": "",
|
42 | 43 | "errorMessage": "",
|
43 |
| - "executionTime": 1, |
| 44 | + "executionTime": 0, |
44 | 45 | "skippedReason": "",
|
45 | 46 | "messages": [],
|
46 | 47 | "errorType": "assertion"
|
|
66 | 67 | "table": null
|
67 | 68 | }
|
68 | 69 | ],
|
| 70 | + "table": null, |
69 | 71 | "beforeStepHookFailure": null,
|
70 | 72 | "afterStepHookFailure": null,
|
71 | 73 | "result": {
|
72 | 74 | "status": "pass",
|
73 | 75 | "stackTrace": "",
|
74 | 76 | "screenshot": "",
|
75 | 77 | "errorMessage": "",
|
76 |
| - "executionTime": 62, |
| 78 | + "executionTime": 58, |
77 | 79 | "skippedReason": "",
|
78 | 80 | "messages": [],
|
79 | 81 | "errorType": "assertion"
|
|
88 | 90 | {
|
89 | 91 | "scenarioHeading": "Vowel counts in multiple word",
|
90 | 92 | "tags": [],
|
91 |
| - "executionTime": 0, |
| 93 | + "executionTime": 1, |
92 | 94 | "executionStatus": "pass",
|
93 | 95 | "contexts": [
|
94 | 96 | {
|
|
102 | 104 | "table": null
|
103 | 105 | }
|
104 | 106 | ],
|
| 107 | + "table": null, |
105 | 108 | "beforeStepHookFailure": null,
|
106 | 109 | "afterStepHookFailure": null,
|
107 | 110 | "result": {
|
108 | 111 | "status": "pass",
|
109 | 112 | "stackTrace": "",
|
110 | 113 | "screenshot": "",
|
111 | 114 | "errorMessage": "",
|
112 |
| - "executionTime": 0, |
| 115 | + "executionTime": 1, |
113 | 116 | "skippedReason": "",
|
114 | 117 | "messages": [],
|
115 | 118 | "errorType": "assertion"
|
|
166 | 169 | }
|
167 | 170 | }
|
168 | 171 | ],
|
| 172 | + "table": { |
| 173 | + "headers": [ |
| 174 | + "Word", |
| 175 | + "Vowel Count" |
| 176 | + ], |
| 177 | + "rows": [ |
| 178 | + { |
| 179 | + "cells": [ |
| 180 | + "Gauge", |
| 181 | + "3" |
| 182 | + ] |
| 183 | + }, |
| 184 | + { |
| 185 | + "cells": [ |
| 186 | + "Mingle", |
| 187 | + "2" |
| 188 | + ] |
| 189 | + }, |
| 190 | + { |
| 191 | + "cells": [ |
| 192 | + "Snap", |
| 193 | + "1" |
| 194 | + ] |
| 195 | + }, |
| 196 | + { |
| 197 | + "cells": [ |
| 198 | + "GoCD", |
| 199 | + "1" |
| 200 | + ] |
| 201 | + }, |
| 202 | + { |
| 203 | + "cells": [ |
| 204 | + "Rhythm", |
| 205 | + "0" |
| 206 | + ] |
| 207 | + } |
| 208 | + ] |
| 209 | + }, |
169 | 210 | "beforeStepHookFailure": null,
|
170 | 211 | "afterStepHookFailure": null,
|
171 | 212 | "result": {
|
|
0 commit comments