Open
Description
Context:
- Playwright Version: 1.18.1
- Operating System: bitbucket pipelines + running with playwright official image
mcr.microsoft.com/playwright:v1.18.1-focal
- Browser: [e.g. All, Chromium, Firefox, WebKit]
- Extra: project config
{
name: 'Mobile Safari',
use: {
...devices['iPhone 13 Pro']
}
}
When I run the tests inside bitbucket pipelines after a few seconds the video is turning to a black screen (sometimes it's totally black sometimes you can see parts of the screen)
It doesn't happen when on Desktop Chrome