Does postman support the console.group and console.ungroup functions?
console.group(‘my Group :’);
Results in this error:
TypeError: console.group is not a function
Does postman support the console.group and console.ungroup functions?
console.group(‘my Group :’);
Results in this error:
TypeError: console.group is not a function
It doesn’t support those commands.
Currently supported commands are:
.log().info().warn().error()