# api_test **Repository Path**: jiang-mingwang/api_test ## Basic Information - **Project Name**: api_test - **Description**: python + rf + jenkins - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 接口测试 文件目录 == > ├─README.md > ├─requirements.txt > ├─SuperPartner > | ├─SuperPartner.py > | ├─SuperPartner.robot > | ├─__init__.py > | ├─results > | | ├─log.html > | | ├─output.xml > | | └report.html > | ├─Variables > | | └Params.txt > ├─SuperChauffeuring > | ├─SuperChauffeuring.py > | ├─SuperChauffeuring.robot > | ├─__init__.py > | ├─results > | | ├─log.html > | | ├─output.xml > | | └report.html > | ├─__pycache__ > | | └SuperChauffeuring.cpython-38.pyc > | ├─Variables > | | └params.txt > ├─SassWeb > | ├─Commonconfig.ini > | ├─SassWeb.py > | ├─SassWeb.robot > | ├─__init__.py > | ├─Variables > | | └params.txt > ├─SassAPP > | ├─.DS_Store > | ├─Commonconfig.ini > | ├─CreatReportContent.py > | ├─OrderListen.py > | ├─SassHeyuAPP.py > | ├─SassHeyuApp.robot > | ├─Test.py > | ├─__init__.py > | ├─results > | | ├─log.html > | | ├─output.xml > | | └report.html > | ├─__pycache__ > | | ├─SassHeyuAPP.cpython-38.pyc > | | └Test.cpython-38.pyc > | ├─Variables > | | └params.txt > ├─ChauffeuringIsComing > | ├─ChauffeuringIsComing.py > | ├─ChauffeuringIsComing.robot > | ├─__init__.py > | ├─results > | | ├─log.html > | | ├─output.xml > | | └report.html > | ├─Variables > | | └__init__.py > --- * [项目地址:http//49.234.22.28:8080/](http://49.234.22.28:8080/) * Inline `code` has `back-ticks around` it. ```python robot -d results -t "$SelectedText$" ./ #执行单条用例 ```