nightwatch icon indicating copy to clipboard operation
nightwatch copied to clipboard

Fix command args showing as '[object Object]' in reporter.

Open garg3133 opened this issue 10 months ago • 2 comments

Right now, if the command arg is of type object, it gets stringified as '[object Object]' in the reporter.

image

This PR fixes this by stringifying the args correctly using JSON.stringify.

garg3133 avatar Apr 23 '24 09:04 garg3133

Status

  • ❌ No modified files found in the types directory. Please make sure to include types for any changes you have made. Thank you!.

github-actions[bot] avatar Apr 23 '24 09:04 github-actions[bot]

Looks like we need to update some tests

AutomatedTester avatar Apr 23 '24 09:04 AutomatedTester