Browser log on Chrome environment

Prev Next

※ Please note that parts of this page are machine translated.


Browser log on Chrome environment

Have you ever wished you could see the log messages your web application outputs to the browser console - such as error messages that indicate API call failure - when you debug your tests? Here's a great feature that makes debugging easier than ever! When you have browser log messages available for a step in your test result, you can just click the number of messages displayed next to "Logs" at the bottom right of the step.

Screen Shot 2022-06-30 at 7.21.26.png

Once the log messages are displayed, it's also possible to filter them by log types (such as INFO, ERROR) and keywords!

Screen Shot 2022-06-30 at 7.20.26.png

Note: This feature is available when you run your tests on Chrome, including mobile emulators. However, it is not available when running on an real Android device (Android OS / Chrome browser).