我正在尝试针对基于云的浏览器测试服务运行我们的 Nightwatch 测试套件。现在,我将从本地计算机运行 Nightwatch,指定测试设置,例如selenium_port
和selenium_host
连接到云服务系统上的 selenium。该测试发送用于登录被测系统的密码,因此我不希望该密码以明文形式通过互联网。
我在Nightwatch 文档中没有看到类似selenium_protocol
或selenium_scheme
(http 或 https)之类的内容。
相比之下,WebdriverIO有一个我为 WebdriverIO 测试protocol
设置的配置属性。"https"
Nightwatch 有没有办法通过 https 与 selenium 服务器通信?