-
Notifications
You must be signed in to change notification settings - Fork 1
/
e2e-output.txt
36 lines (36 loc) · 951 Bytes
/
e2e-output.txt
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
[
{
"keyword": "Feature",
"name": "Test",
"line": 1,
"id": "test",
"tags": [],
"uri": "e2e\\features\\app.feature",
"elements": [
{
"id": "test;first-scenario",
"keyword": "Scenario",
"line": 3,
"name": "First scenario",
"tags": [],
"type": "scenario",
"steps": [
{
"arguments": [],
"keyword": "Given ",
"line": 4,
"name": "I open a page",
"match": {
"location": "e2e\\features\\app.steps.ts:7"
},
"result": {
"status": "failed",
"duration": 16000000,
"error_message": "AssertionError: expected { Object (browser_, then, ...) } to be a string\n at World.<anonymous> (D:\\Development\\Play\\cucumber\\cucumber-test\\e2e\\features\\app.steps.ts:12:24)"
}
}
]
}
]
}
]