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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.7.tar.gz
Algorithm Hash digest
SHA256 9661f7bcad51b10e51852b388320eb278a805dccb341044eba5bf41a91569dd2
MD5 a7b99ac2151fd034720613d89f620f06
BLAKE2b-256 e36d805abb19efb185ae1ff401860eec64520117c5a6e707c19128bb9c501e3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for posttestresultstopractitest-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 156015c999ef5e8206d074b3e5c1f5a42e185878e5142313688f762249ba2184
MD5 176ac779ed8fc2dbe15632d2edfde5f5
BLAKE2b-256 c1548f26dc0321f030f67711610b91e20681c4219fc1ffecd83a412d9e5d09ef

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