pip install qase-xctest
--api_token YOUR_API_TOKEN
- Api token for qase api. Get api token here.
--project_code YOUR_PROJECT_CODE
- You can find project code here.
--build $BUILD_ROOT
- Xcode build folder. Xcode setup $BUILD_ROOT
enviroment automatically.
Always using this enviroment for --build
arg.
--run_name From_Xcode
- Arbitrary run name. You can detect your run result from all results.
--upload_attachments
- Send attachments from report.
qasexcode --build $BUILD_ROOT \
--api_token YOUR_API_TOKEN \
--project_code YOUR_PROJECT_CODE \
--run_name From_Xcode \
--upload_attachments
--xcresults
- Paths to reports. If your reports will be contains one test result multiple times, enable settings Allow to add results for cases in closed runs.
in your project.
qasexcode --xcresults PathToReport/1.xcresult PathToReport/2.xcresult \
--api_token YOUR_API_TOKEN \
--project_code YOUR_PROJECT_CODE \
--run_name From_ci \
--upload_attachments