aerokube / moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress
http://aerokube.com/moon/latest
Apache License 2.0
224 stars 19 forks source link

moon with playwright: why all sessions lanched in parellel are not recorded to s3 bucket ? #352

Closed MohamedBenighil closed 2 years ago

MohamedBenighil commented 2 years ago

Hello,

I deployed moon2, using helm, on my k8s Cluster. When i launch 2 tests in parallel, i got just one 1/2 video on my bucket ?

i am using c# with playwright

have you an idea please ?

Thank you in advance for your help

vania-pooh commented 2 years ago

@MohamedBenighil are you using Playwright browser contexts or separate connections to Moon? For Moon every connection to ws:// endpoint is a separate browser session being recorded independently, whereas browser contexts are considered the same session.