Skip to main content

Create test set and post test results to PractiTest

Project description

PostTestResultsToPractiTest package

Config file requirements:

Need to create a file called userInputs.ini at the root of your project and add the following lines to the content of that file.  You'll need to update those values with your specific ones. 

    ```
    [UserInputs]
    PractiTestProjectName=<PractiTest's Project Name>
    PractiTestTestSetName_ToCloneFrom=<TestSetNameToCloneFrom>
    PractiTestTestSetName_New=<NewTestSetNameToBeCreated>
    PT_Token=<yourPractiTestToken>
    ```

This package makes use of PractiTest's APIs to do the following:

1. Use this package to clone test_set (test set needs to be created along with its instances before usage)

Example of how to use it (in Python):
```
    from PostTestResultsToPractiTest import Orchestrator
    Orchestrator.CreateTestSetProcess()
```

2. Use this package to post test results to the test_set created in step1.

Example of how to use it (in Python):
```
    from PostTestResultsToPractiTest import Orchestrator
    from PostTestResultsToPractiTest.EnumClass import TestResultStatus
    Orchestrator.PostToPractiTest("NameOfYourFeatureFileInBDD-including-extension-.feature", TestResultStatus.UNSTABLE, "Output message if any")
```
Note that TestResultStatus is an enum class, available values are TestResultStatus.PASS, estResultStatus.FAIL, and TestResultStatus.UNSTABLE

3. Use this package to create test set, fill with instances, and post results all within an automation run.

Example of how to use it (in Python):
```
    from PostTestResultsToPractiTest import Orchestrator
    customFields = {'---f-112372': 'Example'}
    testSetId = Orchestrator.CreateTestSetFromFeature(featureFileName, releaseVersion, customFields)
    testId = Orchestrator.RetrieveTestId(testName)
    instanceId = Orchestrator.CreateInstance(testSetId, testId)
    Orchestrator.PostToPractiTestWithFile(instanceId, passFailStatus, fileDir, fileName)
```
Note that passFailStatus is just a boolean value on whether the test passed or failed.
The variables fileDir and fileName are the directory and file name respectively for the file that you would like to attach
with your test results (logs, reports, etc.).

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

posttestresultstopractitest-0.0.8.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

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

posttestresultstopractitest-0.0.8-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file posttestresultstopractitest-0.0.8.tar.gz.

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.8.tar.gz
Algorithm Hash digest
SHA256 cd3cef584128b3dd74bfacca8172e24a09f0e18ba52659bba83f930c340ea816
MD5 655f9b611e1c456fb298f0d9620e833f
BLAKE2b-256 fbbf457c679052d1509e5524535124d5aec88715ca9ebd8ebd62d4feaaed9b5b

See more details on using hashes here.

File details

Details for the file posttestresultstopractitest-0.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 6353f69cc3eba941269291d04d50eb1d980e7b01097f70472ca8b157feb90682
MD5 04633a1d1fae703b743873373924a8c9
BLAKE2b-256 44934732a1cc7a79abed625525342f0e627834c2e2c79755f6bb1d3e440c42dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page