Hi all, while trying to run a browser test (docker) i get this error:
GoError: launching browser: browser process shutdown unexpectedly before establishing a connection: read |0: file already closed in code :
const browser = await chromium.launch({
headless = true,
timeout: '1m'
});
Other api tests not using the browser are working fine. What am i missing?