我们如何将 saucelabs 与使用 QAF 自动化框架集成?

How can we integrate saucelabs with using QAF automation framework?

我正在为我的自动化项目使用 QAF 自动化框架。我想在 saucelabs 上执行我的测试用例。有人可以帮我吗?

谢谢,

阿尔伯特

您需要使用远程驱动程序并设置以下属性以将您的执行指向 sauce labs。

remote.server=http://username:AccessKey@ondemand.saucelabs.com:80/wd/hub
remote.port=80

提供适当的驱动程序功能。参考[设置驱动能力]文档1

注意:确保您在驱动程序名称中提供了远程驱动程序。例如

driver.name=firefoxRemoteDriver