将codeceptjs的参数添加到npm命令

时间:2019-02-08 09:06:41

标签: javascript node.js npm codeceptjs

在我的package.json中,scripts当前当前看起来像:

"scripts": {
  "test:e2e": "codeceptjs run"
}

因此可以使用npm run test:e2e

运行它

但是现在,我想运行类似npm run test:e2e -- --grep @tag的东西。目前,这是不可能的,因为它以引号(npm run test:e2e "--grep" "@tag"之类的引号引起来。)

有人知道如何解决吗?

0 个答案:

没有答案