我正在使用量角器运行测试。我有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
},