Super Charge Debugging - Playwright Trace Viewer

preview_player
Показать описание
In Playwright's release 1.12 they released a great new feature called the Playwright Trace Viewer. This tool allows you collect "traces" for a test. The traces are a zip folder of files that have screenshots, network logs, console logs and also show the actions that happened during the test. In the video we walk through how the traces are helpful and how you can collect the trace. So if you are struggling with figuring out how one test is working these can super charge your debugging.

Get 2 FREE Audio Books from Audible

My Favorite Books on Coding, Devops, and Leadership

Gear Used
Intel Core i5-10600KF - 8GB Memory - NVIDIA GeForce GTX 1660 SUPER - 1TB HDD + 240GB SSD

Davinci Resolve - Editing
StreamLabs OBS - Screen Capture

Рекомендации по теме
Комментарии
Автор

Great tutorial. Thanks. Does the debug function work for just click events or will it be all browser associated steps in your script?

marklane
Автор

Do you know if this trace function can be added as fixture to store only failed tests in the .zip - or does it need to be added to each test?

marklane