Open Skn0tt opened 2 months ago
I've demo'd this yesterday at our team meeting, and folks liked it. My demo was nothing but a hack, and i've spiked at actually implementing it now. Hit some open questions:
Tracing
instance on the server?Also some more thoughts around the potential of this: If Playwright attached some sort of correlation token to each of the executed actions, and that was passed through all the way to the webserver (this part needs framework support), then we could show which server logs were emitted by what actions. Pavel said there's already a spec for this from the Chrome folks, but it didn't get picked up widely.
🚀 Feature Request
We should be showing the logs emitted by the
webServer
process somewhere.Example
See the
foo
log line:Motivation
As the pendulum swings back to server-side, the webserver becomes more important in debugging. Showing the log output is great for introspection.