Allure report importer for TestGear
Project description
Test Gear TMS importers
Allure report
Getting Started
Installation
pip install testgear-importer-allure
Usage
API client
To use importer you need to install testgear-api-client
:
pip install testgear-api-client
Configuration
Use the command testgear --help
to view the configuration setup help:
testgear --url <url>
testgear --privatetoken <token>
testgear --projectid <id>
testgear --configurationid <id>
And fill parameters with your configuration, where:
url
- location of the TMS instance
privatetoken
- API secret key
- go to the https://{DOMAIN}/user-profile profile
- copy the API secret key
projectid
- id of project in TMS instance
- create a project
- open DevTools -> network
- go to the project https://{DOMAIN}/projects/{PROJECT_GLOBAL_ID}/tests
- GET-request project, Preview tab, copy id field
configurationid
- id of configuration in TMS instance
- create a project
- open DevTools -> network
- go to the project https://{DOMAIN}/projects/{PROJECT_GLOBAL_ID}/tests
- GET-request configurations, Preview tab, copy id field
Importing
Use the command testgear --resultsdir allure-results
to specify the directory with Allure report results and create new test run in TMS instance.
Or use the command testgear --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.
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.
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
File details
Details for the file testgear-importer-allure-1.3.2.tar.gz
.
File metadata
- Download URL: testgear-importer-allure-1.3.2.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 619958f3a477f0dab8e2b3014b2094df8d5547a4573492b76420d96e824efe12 |
|
MD5 | 48bed96aa73267e531a686274f3a3a82 |
|
BLAKE2b-256 | d902f689836398d76bdda4e1fa45c313d5ce9b88633ed02a44cc3224cbdb7ded |