{ "relative": { "exitCode": 1, "output": "/plugin/scripts\ncat: fixture.txt: No such file or directory\n", "timedOut": false }, "summary": "Script exited with code 1", "absolute": { "exitCode": 0, "output": "fixture found\n", "timedOut": false } } node:internal/modules/run_main:123 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: project-relative fixture should be readable 1 !== 0 at (/plugins/automations/repro-3616.mts:33:10) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) { generatedMessage: false, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v22.22.3