如何在量角器中运行套件。这是我的配置文件:
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
suites:
{
one: ['test.js'],
two: ['homePageSpec.js']
},
onPrepare: function () {
browser.driver.manage().window().setSize(1180, 900);
},
}
我试过量角器 ProtractorConf.js --suite one