https://cypress.io logo
How to retrieve browser console logs in Webkit/Saf...
# i-need-help
k
Hello! In my project we need to retrieve and store browser console logs while the test is running to later assert if a certain log is present in the test. Currently for Chrome and Firefox we are using
--remote-debugging-port
flag and
chrome-remote-interface
library to retrieve and store these logs. Is something like this possible to do for Webkit/Safari or any other way to do it in Cypress?