我正在尝试运行
codeceptjs run --plugins allure
但收到错误
错误:未知选项 `--plugins'
我将插件添加到 codecept.json 启用 true,做了所有写在 https://codecept.io/plugins/#allure
但仍然收到此错误。
我正在尝试运行
codeceptjs run --plugins allure
但收到错误
错误:未知选项 `--plugins'
我将插件添加到 codecept.json 启用 true,做了所有写在 https://codecept.io/plugins/#allure
但仍然收到此错误。
请检查您的软件包以确保您使用的是最新版本的 codeceptjs。因为从 1.4.1 开始引入 allure 插件。https://www.npmjs.com/package/codeceptjs
npm install -g allure-commandline --save-dev