Skip to main content

Test IT TMS importers

Test IT

Release Status Downloads GitHub contributors

Allure report

Getting Started

Installation

pip install testit-importer-allure

Usage

Configuration

Use the command testit --help to view the configuration setup help:

testit --url <url>
testit --privatetoken <token>
testit --projectid <id>
testit --configurationid <id>

And fill parameters with your configuration, where:
url - location of the TMS instance
privatetoken - API secret key

  1. go to the https://{DOMAIN}/user-profile profile
  2. copy the API secret key

projectid - id of project in TMS instance

  1. create a project
  2. open DevTools -> network
  3. go to the project https://{DOMAIN}/projects/{PROJECT_GLOBAL_ID}/tests
  4. GET-request project, Preview tab, copy id field

configurationid - id of configuration in TMS instance

  1. create a project
  2. open DevTools -> network
  3. go to the project https://{DOMAIN}/projects/{PROJECT_GLOBAL_ID}/tests
  4. GET-request configurations, Preview tab, copy id field

Importing

Use the command testit --resultsdir allure-results --testrunname <name> to specify the directory with Allure report results and create new test run with the specified name in TMS instance.
The --testrunname parameter is optional. The default name of testrun is "AllureRun"
Or use the command testit --resultsdir allure-results --testrunid <id> to specify the directory with Allure report results and id of test run in TMS instance.
Important: This command initiates the import.

You can attach test run tags and links (e.g. CI job URL) so they are visible in TMS while the run is still in progress.

Source Tags Links
CLI --testruntags / -trt --testrunlinks / -trl
Env TMS_TEST_RUN_TAGS TMS_TEST_RUN_LINKS
connection_config.ini [testit] testRunTags testRunLinks

Priority: env > CLI > ini. Empty / omitted values mean "do not change".

Tags — comma-separated or JSON array:

smoke,nightly
["smoke", "nightly"]

Links — JSON array (url required; title, description, type optional):

[
  {
    "url": "https://gitlab.example.com/group/project/-/jobs/12345",
    "title": "CI Job",
    "type": "Related"
  }
]

Supported link types: Related, BlockedBy, Defect, Issue, Requirement, Repository.

Behaviour:

  • New test run (--testrunname / default): tags and links are sent in the create request.
  • Existing test run (--testrunid): tags and links are merged at the start of import (existing items are kept; duplicates by tag name / link URL are skipped).

Example (CI job URL + tags):

testit --resultsdir allure-results \
  --testruntags smoke,nightly \
  --testrunlinks "[{\"url\":\"$CI_JOB_URL\",\"title\":\"CI Job\",\"type\":\"Related\"}]"

Or via env:

export TMS_TEST_RUN_TAGS=smoke,nightly
export TMS_TEST_RUN_LINKS='[{"url":"https://gitlab.example.com/.../jobs/12345","title":"CI Job","type":"Related"}]'
testit --resultsdir allure-results

Contributing

You can help to develop the project. Any contributions are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Release files for testit-importer-allure 1.18.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for testit-importer-allure 1.18.0
File Size Uploaded
testit_importer_allure-1.18.0.tar.gz 153.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for testit-importer-allure 1.18.0
File Interpreter ABI Platform
testit_importer_allure-1.18.0-py3-none-any.whl Python 3 none any Details

Total release size: 742.6 kB

Release files / testit_importer_allure-1.18.0.tar.gz

Download URL testit_importer_allure-1.18.0.tar.gz
Size 153.0 kB
Tags Source
SHA-256 checksum
How to use checksums
5773bdb22b7bb9224aa3bfe23b92774c1fe0599105fcbdbb47f27bfe00ed2839
BLAKE2b-256 checksum
How to use checksums
c9a3028461c525f24de5a12116e64da6b268f700d9b5f353146deb8b210f0db2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / testit_importer_allure-1.18.0-py3-none-any.whl

Download URL testit_importer_allure-1.18.0-py3-none-any.whl
Size 589.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
de6dade62b4ac39baad7e57e504104be87d932caed7b4e0bb79c9bfd216ec3cf
BLAKE2b-256 checksum
How to use checksums
0aa1624a9992cc4873f88cc496346294e41ac05abf0611f5022774531d309a90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

1.18.0 This release

2 release files

1.17.6

2 release files

1.17.5

2 release files

1.17.4

2 release files

1.17.3

2 release files

1.16.3

1 release file

1.16.2

1 release file

1.16.1

1 release file

1.16.0

1 release file

1.15.2

1 release file

1.15.1

1 release file

1.15.0

1 release file

1.14.6

1 release file

1.14.5

1 release file

1.14.4

1 release file

1.14.3

1 release file

1.14.2

1 release file

1.14.1

1 release file

1.14.0

1 release file

1.13.0

1 release file

1.12.6

1 release file

1.12.5

1 release file

1.12.4

1 release file

1.12.3

1 release file

1.12.2

1 release file

1.12.1

1 release file

1.12.0

1 release file

1.11.0

1 release file

1.10.1

1 release file

1.10.0

1 release file

1.9.0

1 release file

1.8.0

1 release file

1.7.3

1 release file

1.7.2

1 release file

1.7.1

1 release file

1.7.0

1 release file

1.6.3

1 release file

1.6.2

1 release file

1.6.0

1 release file

1.5.2

1 release file

1.5.1

1 release file

1.5.0

1 release file

1.4.1

1 release file

1.4.0

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2.9

1 release file

1.2.8

1 release file

1.2.7

1 release file

1.2.5

1 release file

1.2.4

1 release file

1.2.3

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page