Metadata-Version: 2.1
Name: testit-importer-allure
Version: 1.2.3
Summary: Allure report importer for Test IT
Home-page: https://pypi.org/project/testit-importer-allure/
Author: Integration team
Author-email: integrations@testit.software
License: Apache-2.0
Description: # Test IT TMS importers
        ![Test IT](https://raw.githubusercontent.com/testit-tms/importers/main/images/banner.png)
        
        # Allure report
        
        ## Getting Started
        
        ### Installation
        ```
        pip install testit-importer-allure
        ```
        
        ## Usage
        
        ### API client
        
        To use importer you need to install `testit-api-client`:
        ```
        pip install testit-api-client
        ```
        
        ### 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/20/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/20/tests  
        4. GET-request configurations, Preview tab, copy id field 
        
        ### Importing
        
        Use the command `testit --resultsdir allure-results` to specify the directory with Allure report results and create new test run in TMS instance.  
        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.
        
        # 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](https://github.com/testit-tms/importers/issues/new) 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](https://github.com/testit-tms/importers/blob/master/CODE_OF_CONDUCT.md) before posting your first idea as well.
        
        # License
        
        Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/testit-tms/importers/blob/master/LICENSE.md) for more information.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
