我已经安装了诱惑力2.8.17。它位于pipenv环境中。当我在终端中运行以下命令时:
behave -f allure_behave.formatter:AllureFormatter -o reports/它将失败,并显示以下错误
usage: behave [options] [ [DIR|FILE|FILE:LINE] ]+
behave: error: format=allure_behave.formatter:AllureFormatter is unknown
(behave) sharathkrishnan@sharaths-mbp features % 发布于 2020-08-06 00:00:03
我认为你错过了魅力--表现:pip install allure-behave?
发布于 2021-05-03 03:34:20
您需要使用pip安装,install allure-behave,然后运行上面的命令
https://stackoverflow.com/questions/63266707
复制相似问题