我正在通过 Sitespeed 运行用户旅程以捕获客户端性能 - 这在 Linux 上运行良好,但是在 Windows 上运行时命令失败(使用 Docker 桌面应用程序)。
我创建了一个 TestUserJourney.js 文件并使用以下命令运行它:
docker run --rm -v C:\PT\sitespeed.io:/sitespeed.io sitespeedio/sitespeed.io "C:\PT\sitespeed.io\TestUserJourney.js" --multi --b chrome -n 1
它给出错误:C:\PT\sitespeed.io\TestUserJourney.js 不存在,文件的路径是否正确?
是否有不同的选项可以将 JS 文件传递给在 Windows 的 Docker 内运行的 SiteSpeed?
谢谢 !