From c16ef144cf00b4beaecc9ff49e5bd3f44110e4cd Mon Sep 17 00:00:00 2001 From: muktesh Date: Wed, 4 Sep 2024 08:33:58 +0200 Subject: [PATCH] Fixed Issue #4165 https://github.com/codeceptjs/CodeceptJS/issues/4165 --- lib/command/workers/runTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command/workers/runTests.js b/lib/command/workers/runTests.js index 13efa1b41..fd86b0c24 100644 --- a/lib/command/workers/runTests.js +++ b/lib/command/workers/runTests.js @@ -161,7 +161,7 @@ function initializeListeners() { actor: step.actor, name: step.name, status: step.status, - args: _args, + args: JSON.stringify(_args), startedAt: step.startedAt, startTime: step.startTime, endTime: step.endTime,