即使分片文件为真,测试也会在量角器中按顺序运行

时间:2018-08-30 13:03:58

标签: javascript testing protractor automated-tests selenium-chromedriver

我正在使用量角器运行测试。我有3个specs文件,但仍按顺序运行 我在这里想念什么? 代码:

capabilities: {
    'browserName': 'chrome',
    chromeOptions: {
        args: ['--headless', "--disable-gpu", "--window-size=1920,1080"]

    },
    // Ability to run the tests in parallel.
    shardTestFiles: true,
    maxInstances: 2
},

0 个答案:

没有答案