1 Star 0 Fork 815

徐勇123/Python+pytest+allure+log+yaml+mysql+钉钉企微通知接口自动化框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Jenkinsfile 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
userName 提交于 2024-04-28 15:00 . 新增代码
pipeline {
agent any
stages {
stage('Checkout') {
steps {
git config --global user.name '徐勇123'
git config --global user.email '1402429970@qq.com'
git 'https://gitee.com/xu-yong123/pytest-auto-api2.git' // 拉取代码
}
}
stage('Build') {
steps {
sh 'pip install -r requirements.txt' // 安装依赖
sh 'python test_case/线索管理页面/线索管理.py' // 运行 Python 文件
}
}
stage('Test') {
steps {
sh 'python test_case/线索管理页面/线索管理.py' // 运行测试
}
}
stage('Deploy') {
steps {
// 部署操作,可以将代码上传至服务器等
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xu-yong123/pytest-auto-api2.git
git@gitee.com:xu-yong123/pytest-auto-api2.git
xu-yong123
pytest-auto-api2
Python+pytest+allure+log+yaml+mysql+钉钉企微通知接口自动化框架
master

搜索帮助