After following the plugin installation instructions and validating that VNC is working, I cannot view the report using the following command:
ddev playwright show-report --host=127.0.0.1
The command output lists the following URL:
ddev playwright show-report --host=127.0.0.1
added 5 packages, and audited 6 packages in 274ms
found 0 vulnerabilities
Serving HTML report at http://127.0.0.1:9323. Press Ctrl+C to quit.
This does not, however, show a report. Instead I get a "Cannot connect" message.
ddev describe suggests a different port, "9324", but the URL provided there results in a 'Bad Gateway' message.
After following the plugin installation instructions and validating that VNC is working, I cannot view the report using the following command:
ddev playwright show-report --host=127.0.0.1The command output lists the following URL:
This does not, however, show a report. Instead I get a "Cannot connect" message.
ddev describesuggests a different port, "9324", but the URL provided there results in a 'Bad Gateway' message.