nightwatch
nightwatch copied to clipboard
Fix command args showing as '[object Object]' in reporter.
Right now, if the command arg is of type object, it gets stringified as '[object Object]' in the reporter.
This PR fixes this by stringifying the args correctly using JSON.stringify
.
Status
- ❌ No modified files found in the types directory. Please make sure to include types for any changes you have made. Thank you!.
Looks like we need to update some tests