gpt4 book ai didi

javascript - 带 Selenium 网格的 Protractor

转载 作者:行者123 更新时间:2023-11-29 18:03:42 24 4
gpt4 key购买 nike

谁能建议如何设置 Protractor 以远程运行测试?

我的 Protractor .conf.js:

exports.config = {
chromeOnly: true,
chromeDriver: '../node_modules/.bin/chromedriver',
framework: 'jasmine2',
capabilities: {
'browserName': 'chrome',
shardTestFiles: true,
maxInstances: 3
},
specs: ['../e2e/protractor/spec/*.js'],
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000
},
jasmineNodeOpts: {
isVerbose: true
},
onPrepare: function () {
global.dv = browser.driver;
browser.ignoreSynchronization = true;
},
seleniumServerJar: '../node_modules/selenium-server/lib/runner/selenium-server-standalone-2.47.1.jar',
baseUrl: 'www.google.com'
};

我的 Protractor .json:

{
"options": {
"configFile": "./config/protractor.conf.js",
"noColor": false,
"args": {},
"webdriverManagerUpdate": true
},
"e2e": {
"options": {
"keepAlive": false
}
},
"continuous": {
"options": {
"keepAlive": true
}
}
}

目前,我正在通过命令 protractor protractor.conf.js 从 ./config 位置在本地运行测试。我已经用虚拟机和主机配置了 selenium 网格。还有我将用来连接主机的 IP 地址。

最佳答案

您只需要设置 seleniumAddress: 'http://<IP>:4444/wd/hub',在 protractor.conf.js 或你的 grunt/gulp runner 中。

所有设置都在这里: https://github.com/angular/protractor/blob/master/lib/config.ts#L89

关于javascript - 带 Selenium 网格的 Protractor ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33010305/

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