如何在codeceptJs中并行运行Cucumber功能文件

时间:2018-10-10 18:18:07

标签: javascript json cucumberjs codeceptjs

是否可以在Codecept JS中配置Gherkin标记以并行运行功能,但不能在codecept.json文件中使用Multiple标记工作

 "gherkin": {
   "features": "./features/*.feature",
   "steps": [
   "./step_definitions/steps.js"
   ]
 },
 "multiple": {
  "parallel": {
     "chunks": 2
   }
  }

我们收到“没有安排执行的时间”错误。 我们还添加了引导程序和拆卸标签

0 个答案:

没有答案