JulienB

Results 3 comments of JulienB

Hello, I'm on 3.6.3, the playwright helper does have the same code but it's not saving traces. i added some console output in the helper in node modules, it does...

I think i tackle the issue root cause , i changed the .context in session usage to context() (for session it's a function, not a property) and another issue :...

Found the reason of the error (main session was saved before loop and inside sessions loop). Made a PR about this use case : #4992