mac安装Pytest、Allure、brew

安装环境
安装pytest

命令 pip3 install pytest

安装allure 命令:brew install allure

好吧 那我们在安装allure之前 我们先安装brew

安装brew

去了官网复制了命令 还是无法下载

如果你们也和我一样可以用这个方法哦

使用国内的代码仓库来执行brew的安装脚本,电脑端输入以下命令:

复制代码
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

按回车后,根据提示操作:输入镜像序号 --> 输入Y,回车等待brew安装完成即可。

查看版本命令:brew --version

然后我们接着来安装allure

在安装allure之前,先确认电脑已经安装了jdk1.8+

安装allure

allure的官网下载地址:

https://github.com/allure-framework/allure2/releases或者下载allure命令:brew install allure

下载完成后如下图

查看版本命令:allure --version

配置环境变量

打开终端 输入命令vi ~/.bash_profile 进入写入模式

复制代码
PATH="/Users/rooenycate/Documents/allure-2.13.8/bin:${PATH}"
export PATH

第一行是自己的文件路径

最后执行命令:source ~/.bash_profile

安装allure-pytest

命令:pip install allure-pytest

好啦 安装就捡到这里啦

相关推荐
博观而约取12 分钟前
Linux 和 macOS 终端中常见的快捷键操作
linux·运维·macos
带娃的IT创业者1 小时前
《Python实战进阶》No39:模型部署——TensorFlow Serving 与 ONNX
pytorch·python·tensorflow·持续部署
Bruce-li__1 小时前
深入理解Python asyncio:从入门到实战,掌握异步编程精髓
网络·数据库·python
九月镇灵将1 小时前
6.git项目实现变更拉取与上传
git·python·scrapy·scrapyd·gitpython·gerapy
Alger_Hamlet1 小时前
Photoshop 2025 Mac中文 Ps图像编辑软件
macos·ui·photoshop
资源大全免费分享1 小时前
MacOS 的 AI Agent 新星,本地沙盒驱动,解锁 macOS 操作新体验!
人工智能·macos·策略模式
小张学Python2 小时前
AI数字人Heygem:口播与唇形同步的福音,无需docker,无需配置环境,一键整合包来了
python·数字人·heygem
跳跳糖炒酸奶2 小时前
第四章、Isaacsim在GUI中构建机器人(2):组装一个简单的机器人
人工智能·python·算法·ubuntu·机器人
步木木2 小时前
Anaconda和Pycharm的区别,以及如何选择两者
ide·python·pycharm
星始流年2 小时前
解决PyInstaller打包PySide6+QML应用的资源文件问题
python·llm·pyspider