MAC OS X 上的 Allure 手动配置

Allure manual configuration on MAC OS X

由于 brew install allure 给了我们错误,他们正在尝试修复它。 can check it here

同时,请告诉我在 mac 上手动安装 allure 的过程。

我是第一次在 MAC OS X 上设置它。因此需要知道如何为 allure 设置系统路径。

我设置好了

  1. 下载 .zip 文件并解压缩
  2. 转到终端并打开 .bash_profile "open -e .bash.profile"
  3. 添加 export PATH="path to the bin folder:$PATH" 并保存文件
  4. 退出终端。再次打开它并尝试 allure --version