-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.json
300 lines (300 loc) · 7.72 KB
/
feature.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
{
"feature": {
"type": "Feature",
"tags": [],
"location": {
"line": 1,
"column": 1
},
"language": "en",
"keyword": "Feature",
"name": "Login Page",
"description": " Users must be able to access a login page where they can input\n their credentials (email or smeId, password and a DFA token) in order to access\n the application.",
"children": [
{
"type": "Scenario",
"tags": [
{
"type": "Tag",
"location": {
"line": 7,
"column": 3
},
"name": "@doc"
}
],
"location": {
"line": 8,
"column": 3
},
"keyword": "Scenario",
"name": "Accessing the application",
"steps": [
{
"type": "Step",
"location": {
"line": 9,
"column": 5
},
"keyword": "Given ",
"text": "A user who have not signed in"
},
{
"type": "Step",
"location": {
"line": 10,
"column": 5
},
"keyword": "When ",
"text": "The user browses to the application"
},
{
"type": "Step",
"location": {
"line": 11,
"column": 5
},
"keyword": "Then ",
"text": "The user must be taken to the login page"
},
{
"type": "Step",
"location": {
"line": 12,
"column": 5
},
"keyword": "And ",
"text": "The Login Page must contain an email, password, and DFA inputs, as well as a 'login' submit button"
}
]
},
{
"type": "Scenario",
"tags": [
{
"type": "Tag",
"location": {
"line": 14,
"column": 3
},
"name": "@doc"
}
],
"location": {
"line": 15,
"column": 3
},
"keyword": "Scenario",
"name": "Newly registered user receives their initial credentials via e-mail",
"steps": [
{
"type": "Step",
"location": {
"line": 16,
"column": 5
},
"keyword": "Given ",
"text": "A newly registered user credentials"
},
{
"type": "Step",
"location": {
"line": 17,
"column": 5
},
"keyword": "When ",
"text": "The user clicks on the url provided via email"
},
{
"type": "Step",
"location": {
"line": 18,
"column": 5
},
"keyword": "And ",
"text": "Login form is submitted using the user email or smeId and password received by email"
},
{
"type": "Step",
"location": {
"line": 19,
"column": 5
},
"keyword": "Then ",
"text": "The user must be taken to the force change password page"
},
{
"type": "Step",
"location": {
"line": 20,
"column": 5
},
"keyword": "And ",
"text": "The user won't be able to access other routes until changing its password and enabling DFA"
}
]
},
{
"type": "ScenarioOutline",
"tags": [],
"location": {
"line": 22,
"column": 3
},
"keyword": "Scenario Outline",
"name": "Add numbers",
"steps": [
{
"type": "Step",
"location": {
"line": 23,
"column": 5
},
"keyword": "Given ",
"text": "a file named \"main.py\" with:",
"argument": {
"type": "DocString",
"location": {
"line": 24,
"column": 5
},
"content": "print(<x> + <y>)"
}
},
{
"type": "Step",
"location": {
"line": 27,
"column": 5
},
"keyword": "When ",
"text": "I successfully run `python3 main.py`"
},
{
"type": "Step",
"location": {
"line": 28,
"column": 5
},
"keyword": "Then ",
"text": "the stdout should contain exactly \"<z>\""
}
],
"examples": [
{
"type": "Examples",
"tags": [],
"location": {
"line": 29,
"column": 5
},
"keyword": "Examples",
"name": "",
"tableHeader": {
"type": "TableRow",
"location": {
"line": 30,
"column": 7
},
"cells": [
{
"type": "TableCell",
"location": {
"line": 30,
"column": 9
},
"value": "x"
},
{
"type": "TableCell",
"location": {
"line": 30,
"column": 13
},
"value": "y"
},
{
"type": "TableCell",
"location": {
"line": 30,
"column": 17
},
"value": "z"
}
]
},
"tableBody": [
{
"type": "TableRow",
"location": {
"line": 31,
"column": 7
},
"cells": [
{
"type": "TableCell",
"location": {
"line": 31,
"column": 9
},
"value": "1"
},
{
"type": "TableCell",
"location": {
"line": 31,
"column": 13
},
"value": "2"
},
{
"type": "TableCell",
"location": {
"line": 31,
"column": 17
},
"value": "3"
}
]
},
{
"type": "TableRow",
"location": {
"line": 32,
"column": 7
},
"cells": [
{
"type": "TableCell",
"location": {
"line": 32,
"column": 9
},
"value": "4"
},
{
"type": "TableCell",
"location": {
"line": 32,
"column": 13
},
"value": "5"
},
{
"type": "TableCell",
"location": {
"line": 32,
"column": 17
},
"value": "9"
}
]
}
]
}
]
}
]
},
"comments": []
}