You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am unable to access the generated html-reports using ddev playwright show-report.
trying to access https://somesite.ddev.site:9324 I get a "Bad Gateway" error in my browser - on the other hand accessing KasmVNC works as expected using https://somesite.ddev.site:8444/
i am only able to access the generated reports by explicitly using the --host 0.0.0.0 argument:
Is this a known limitation to DDEV or Playwright? I have not found a solution using playwright.config.js to set the host for the Reporter by default.
The text was updated successfully, but these errors were encountered:
It's a known limitation of Playwright unfortunately. There's no way to specify the host parameter for show-report from the configuration file. I was pretty sure there was a discussion on this, but I can't find it right now as it appears Playwright has disabled the discussions section: microsoft/playwright#27501 (comment)
i am unable to access the generated html-reports using
ddev playwright show-report
.trying to access https://somesite.ddev.site:9324 I get a "
Bad Gateway
" error in my browser - on the other hand accessing KasmVNC works as expected using https://somesite.ddev.site:8444/i am only able to access the generated reports by explicitly using the

--host 0.0.0.0
argument:Is this a known limitation to DDEV or Playwright? I have not found a solution using playwright.config.js to set the host for the Reporter by default.
The text was updated successfully, but these errors were encountered: