Press "Enter" to skip to content

playwright开启调试模式

尝试使用playwright的服务器模式启动的时候,默认是没有什么日志信息的,如果想要看到更多相关的执行情况日志,可以打开debug模式日志。

DEBUG=pw:api  playwright run-server --port 3000 --host 0.0.0.0
DEBUG=pw:*  playwright run-server --port 3000 --host 0.0.0.0

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注