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.

Test run tags and links

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.

Download files

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

Source Distribution

testit_importer_allure-1.17.3.post580.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

testit_importer_allure-1.17.3.post580-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file testit_importer_allure-1.17.3.post580.tar.gz.

File metadata

File hashes

Hashes for testit_importer_allure-1.17.3.post580.tar.gz
Algorithm Hash digest
SHA256 6b241fbfbb28f47c4cd79b1462fa3b7a18da11f6d14ca1b9fa9cec17fad51906
MD5 e1dbeeb0ff0a6fcc798424ff1996b981
BLAKE2b-256 b12e4c5c7fd2c0ce52f94d2c937c910670a5feb24357496cd3ae7b7899208bc8

See more details on using hashes here.

File details

Details for the file testit_importer_allure-1.17.3.post580-py3-none-any.whl.

File metadata

File hashes

Hashes for testit_importer_allure-1.17.3.post580-py3-none-any.whl
Algorithm Hash digest
SHA256 a1a0b41431ead2cdacf57cd9750e92ad0a2d43d1658ec688523f240bacf6690a
MD5 0e38fc231af40c062a8143c325531cdd
BLAKE2b-256 c9e2cb141d80a082a7ff33dfc4b6ff4e60e6758798c71ac87f6784339d85721e

See more details on using hashes here.

Release history Release notifications | RSS feed

1.17.5

2 files

1.17.4

2 files

This release

1.17.3.post580 This release

2 files

1.17.3

2 files

1.17.2

2 files

1.17.1.post580

1 file

1.17.0.post580

1 file

1.16.3

1 file

1.16.2

1 file

1.16.1

1 file

1.16.0.post570

1 file

1.16.0

1 file

1.15.2

1 file

1.15.1

1 file

1.15.0.post560

1 file

1.15.0

1 file

1.14.6

1 file

1.14.5.post550

1 file

1.14.5

1 file

1.14.4.post550

1 file

1.14.4

1 file

1.14.3.post550

1 file

1.14.3

1 file

1.14.2.post550

1 file

1.14.2

1 file

1.14.1

1 file

1.14.0

1 file

1.13.0

1 file

1.12.6.post540

1 file

1.12.6.post530

1 file

1.12.6

1 file

1.12.5.post540

1 file

1.12.5.post530

1 file

1.12.5

1 file

1.12.4

1 file

1.12.3

1 file

1.12.2

1 file

1.12.1

1 file

1.12.0

1 file

1.11.0

1 file

1.10.1

1 file

1.10.0

1 file

1.9.0

1 file

1.8.0

1 file

1.7.3

1 file

1.7.2

1 file

1.7.1

1 file

1.7.0

1 file

1.6.3

1 file

1.6.2

1 file

1.6.0

1 file

1.5.2

1 file

1.5.1

1 file

1.5.0

1 file

1.4.1

1 file

1.4.0

1 file

1.3.3

1 file

1.3.2

1 file

1.3.1

1 file

1.3.0

1 file

1.2.9

1 file

1.2.8

1 file

1.2.7

1 file

1.2.5

1 file

1.2.4

1 file

1.2.3

1 file

1.2.2

1 file

1.2.1

1 file

1.2.0

1 file

1.1.1

1 file

1.1.0

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 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