TestCafe 运行 可以在代理后面进行“远程”测试吗?

Can TestCafe run 'remote' tests behind a proxy?

我有一个 UI 设置供用户进行 select 测试。一旦他们选择,我想用 'remote' 浏览器开始测试 运行ner 并给用户 URL 以便他们可以在浏览器中实时观看测试。

在 Heroku 中,无法访问非标准端口。我尝试使用 express-http-proxy 以便我可以创建一个路由到 TestCafe 在本地主机上 运行ning 的位置。我无法让代理为 TestCafe 工作(尽管它对其他页面有效)。

为了排除代理问题,我将尝试尽快使用 nginx 路由到 TestCafe。

甚至可以 运行 在代理后面进行远程 TestCafe 测试吗?

换句话说,我想将 example.com/remotetest 指向 localhost:3789 的 TestCafe 运行ner 并观看测试 运行。

TestCafe 需要 2 ports 运行。如果 Heroku 不支持非标准端口,则无法在 remote 模式下设置 运行 TestCafe 测试。