Tests are ignored.
I added console.log('test')
to the Tests tab. Now when open the browser’s console and run the request, I don’t see that ‘test’ message. What I do wrong?
Here is a video:
Tests are ignored.
I added console.log('test')
to the Tests tab. Now when open the browser’s console and run the request, I don’t see that ‘test’ message. What I do wrong?
Here is a video:
Try opening the Postman console (icon in the bottom left) - instead of the browser or devtools console.
Oh my gosh, thanks! I’ll try
It worked Joyce, many thanks!