gpt4 book ai didi

testing - 无法从 OSX 上的 Testcafe IDE 连接到站点

转载 作者:行者123 更新时间:2023-11-28 20:22:04 25 4
gpt4 key购买 nike

我的灯具是这样设置的

{
"fixtures": [
{
"name": "login",
"pageUrl": "http:\/\/localhost:3000\/",
"tests": [
{
"name": "type name",
"commands": [
{
"type": "type-text",
"studio": {

},
"callsite": "0",
"selector": {
"type": "js-expr",
"value": "input[type=email]"
},
"options": {

},
"text": "example@email.com"
}
]
}
]
}
]
}

通过一个简单的测试来找到输入并键入一些文本但是在运行命令时我得到了

testcafe chrome login.testcafe
ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.

Type "testcafe -h" for help.

我已经在他们的问题板上多次看到这个问题,一个与 Linux 服务器上的 CI 集成有关,另一个似乎是尝试连接到本地主机的类似问题

https://github.com/DevExpress/testcafe-browser-provider-electron/issues/20 https://github.com/DevExpress/testcafe/issues/1133

testcafe 的新手,如有任何帮助,我们将不胜感激!

最佳答案

我找到了一些网络策略不允许访问您机器上某些端口的解决方案,在我的示例中它是 57501。

testcafe chrome login.testcafe --hostname localhost

添加 --hostname 解决问题

文档

https://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html#--hostname-name

我仍然不知道如何从 IDE 启动,但这解决了我的主要问题。

关于testing - 无法从 OSX 上的 Testcafe IDE 连接到站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51399372/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com