-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.json
81 lines (81 loc) · 2.76 KB
/
debug.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
{
"numFailedTestSuites": 1,
"numFailedTests": 1,
"numPassedTestSuites": 0,
"numPassedTests": 0,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 1,
"numTotalTests": 1,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": false,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 0,
"filesUpdated": 0,
"matched": 0,
"total": 0,
"unchecked": 0,
"uncheckedKeysByFile": [],
"unmatched": 0,
"updated": 0
},
"startTime": 1666623310043,
"success": false,
"testResults": [
{
"leaks": false,
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"numTodoTests": 0,
"openHandles": [],
"perfStats": {
"end": 1666623310671,
"runtime": 573,
"slow": false,
"start": 1666623310098
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"uncheckedKeys": [],
"unmatched": 0,
"updated": 0
},
"testFilePath": "/Users/cprezelin/repo/export/testcontainers/test/elastic-search-testcontainers.spec.ts",
"testResults": [
{
"ancestorTitles": [
"elastic-search testcontainers"
],
"duration": 5,
"failureDetails": [
{}
],
"failureMessages": [
"Error: No Docker client strategy found\n at /Users/cprezelin/repo/export/testcontainers/node_modules/testcontainers/dist/docker/docker-client.js:46:11\n at Generator.next (<anonymous>)\n at fulfilled (/Users/cprezelin/repo/export/testcontainers/node_modules/testcontainers/dist/docker/docker-client.js:5:58)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"
],
"fullName": "elastic-search testcontainers should create an instance",
"invocations": 1,
"location": null,
"numPassingAsserts": 0,
"retryReasons": [],
"status": "failed",
"title": "should create an instance"
}
],
"failureMessage": "\u001b[1m\u001b[31m \u001b[1m● \u001b[22m\u001b[1melastic-search testcontainers › should create an instance\u001b[39m\u001b[22m\n\n No Docker client strategy found\n\u001b[2m\u001b[22m\n\u001b[2m \u001b[2mat \u001b[22m\u001b[2mnode_modules/testcontainers/dist/docker/docker-client.js\u001b[2m:46:11\u001b[22m\u001b[2m\u001b[22m\n\u001b[2m \u001b[2mat fulfilled (\u001b[22m\u001b[2mnode_modules/testcontainers/dist/docker/docker-client.js\u001b[2m:5:58)\u001b[22m\u001b[2m\u001b[22m\n"
}
],
"wasInterrupted": false
}