Skip to main content

Qase TMS

Project description

Qase XCTest Utils

How to install

pip install qase-xctest

How to use

For XCode

--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

For CI

--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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qase-xctest-1.0.4.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

qase_xctest-1.0.4-py2.py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page