Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
autointerface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
autointerface
Commits
0d21a006
Commit
0d21a006
authored
May 19, 2020
by
桂秋月
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
59bbc099
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
README.md
README.md
+18
-4
No files found.
README.md
View file @
0d21a006
#使用说明
### 下载程序
### 下载程序
1、git clone git@git.quantgroup.cn:QA/autointerface.git
`git clone git@git.quantgroup.cn:QA/autointerface.git`
### 安装模块
### 安装模块
*
方法1:cd autointerface;pipenv install 确保pipenv安装成功,可执行
*
cd autointerface;pipenv install //确保pipenv安装成功,可执行
*
上述失败后,可通过Pipfile,使用pip install XXX安装
### 名词解释
*
测试用例(单接口):对应禅道上的数字编号
*
测试场景名:为测试场景进行命令,可任意
*
测试场景(多接口):按照数字编号进行一定顺序的组合
*
全局变量:和postman的全局变量一致
*
rule规则:针对测试用例而言,主要用于单接口循环,构建请求参数
*
setup:前置条件,主要用于请求接口前的处理工作,eg:清理redis缓存
*
断言:针对测试用例而言,判断该测试用例是否执行成功
### 使用教程
*
方法1失败后,可通过Pipfile,使用pip install XXX安装
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment