You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"stack": "AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/CodeceptJS/lib/step/helper.js:28:49)\n\n\n◯ File: /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n\n◯ Scenario Steps:\n✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n",
28
+
"message": "\n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin",
29
+
"actual": "false",
30
+
"expected": "true"
31
+
},
32
+
"parent": {
33
+
"title": "custom-reporter-plugin"
34
+
},
35
+
"steps": [
36
+
{
37
+
"opts": {},
38
+
"title": "seeFile",
39
+
"args": ["this-file-should-not-exist.txt"],
40
+
"status": "failed",
41
+
"startTime": 1740977755792,
42
+
"endTime": 1740977755793,
43
+
"parent": {}
44
+
},
45
+
{
46
+
"opts": {},
47
+
"title": "amInPath",
48
+
"args": ["."],
49
+
"status": "success",
50
+
"startTime": 1740977755792,
51
+
"endTime": 1740977755792,
52
+
"parent": {}
53
+
}
54
+
]
55
+
}
56
+
],
57
+
"failures": [
58
+
[],
59
+
[
60
+
" %s) %s:\n%s\n%s\n",
61
+
1,
62
+
"custom-reporter-plugin\n test custom-reporter-plugin",
63
+
"\n\n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin\n + expected - actual\n\n -false\n +true\n",
64
+
" AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/CodeceptJS/lib/step/helper.js:28:49)\n\n\n ◯ File: /Volumes/dev/external-repos/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n\n ◯ Scenario Steps:\n ✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n ✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n"
0 commit comments