Metadata-Version: 2.1
Name: PostTestResultsToPractiTest
Version: 0.0.2
Summary: Post test results to PractiTest
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Tuyen Luan <tuyenluan@yahoo.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# PostTestResultsToPractiTest package

Use this package to post test results to PractiTest.
Need to create the a file called userInputs.ini at the root and add the following lines to the content of that file 

    [UserInputs]
    PractiTestProjectName=<PTprojectName>
    PractiTestTestSetName_ToCloneFrom=<TestSetNameToCloneFrom>
    PractiTestTestSetName_New=<NewTestSetName>
    PT_API_BaseURL=https://api.practitest.com/api/v2
    PT_Token=<yourPractiTestToken>