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.9.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.9-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.9.tar.gz
Algorithm Hash digest
SHA256 aa2299f23add0da3821db697ee523a0a4c6fcd2cac9e22ad1f6cdbb32b9dbad2
MD5 daf6b1070356e4b21d876942779e358f
BLAKE2b-256 f4e64b234c1587bb46dff32acce5f89b564bdb102c3b3f81b095660440f701fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 136dab87c05909ea05dafe047d86f493815c34c909a77d9c042dcaf7b979488a
MD5 8f1f7571f962ec538f0b374d84a9758b
BLAKE2b-256 438f5bd6f08f9ba887eb794a1e6263f0f90108f566c8d3456acce0f608205bc4

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