upload test results to xray.
Project description
Xray Uploader
usage
- import as a module:
from xray import Uploader
result_file = "res.xml"
summary = "automation test"
project_id = "12345"
result_format = "junit"
upl = Uploader({client_id}, {client_secret})
upl.import_execution(result_file, summary, project_id, result_format)
- execute as a command
usage: xray-uploader [-h] -r RESULT -f FORMAT -pi PROJECTID -s SUMMARY [-ci CLIENTID] [-cs CLIENTSECRET] [-tp TESTPLAN] [-se] [-cr]
Upload test results to Xray.
options:
-h, --help show this help message and exit
-r RESULT, --result RESULT
A result file with absolute path.
-f FORMAT, --format FORMAT
Format of the result file. Valid formats are testng, junit, json
-pi PROJECTID, --projectId PROJECTID
ID of the project where the test execution is going to be created.
-s SUMMARY, --summary SUMMARY
Summary of the test execution.
-ci CLIENTID, --clientId CLIENTID
Client ID to authorize if it is specified, otherwise will read from env CLIENT_ID.
-cs CLIENTSECRET, --clientSecret CLIENTSECRET
Client secret to authorize if it is specified, otherwise will read from env CLIENT_SECRET.
-tp TESTPLAN, --testPlan TESTPLAN
The tests will be added automatically to the test plan if it is specified.
-se, --setEnv Set azure pipeline environment "XRAY_EXECUTION_ID" with xray key.
-cr, --checkResult Check xray format of the result file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xray_uploader-2.8.1.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xray_uploader-2.8.1.tar.gz.
File metadata
- Download URL: xray_uploader-2.8.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c31b561097f114a9420498acf3a7c53b2686414dfd676ccea546f172fd5f433
|
|
| MD5 |
295371201069b94071f24232b865f5ff
|
|
| BLAKE2b-256 |
71822c3539394ab47803541414bbf0b1637fc648e180cf1857693ea1b91ea3a8
|
File details
Details for the file xray_uploader-2.8.1-py3-none-any.whl.
File metadata
- Download URL: xray_uploader-2.8.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23687fa36653ae71ffe50d95f719385fafb512b26ceb022b85203d3340050f1f
|
|
| MD5 |
ff3105851a8512e9caa75e6fd27c79f8
|
|
| BLAKE2b-256 |
d62a129f4157f5f44c6a8d9a9eb18f8071341c68810e063b83e93446f3c62750
|