Skip to main content

API-client for TestGear

Project description

TestGear TMS API client for Python

TestGear

Getting Started

Installation

pip install testgear-api-client

Usage

Configuration

To use client you need to provide configuration to Api:

from testgear_api_client.api import Api

requests = Api(url, private_token, proxy=proxy)

After configuration is done you can access different clients from Api object and then use methods to control TestGear.

Examples

Create and start test-run

from testgear_api_client.json_fixture import JSONFixture

testrun_id = requests.create_testrun(
                JSONFixture.create_testrun(
                    project_id,
                    testrun_name))
					
requests.testrun_activity(testrun_id, 'start')

Create autotest

autotest_id = requests.create_autotest(
				JSONFixture.create_autotest(
					external_id,
					project_id,
					autotest_name,
					steps,
					setup,
					teardown,
					namespace,
					classname,
					title,
					description,
					links,
					labels
				))		

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 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 before posting your first idea as well.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

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

testgear-api-client-1.0.1.tar.gz (7.7 kB view details)

Uploaded Source

File details

Details for the file testgear-api-client-1.0.1.tar.gz.

File metadata

  • Download URL: testgear-api-client-1.0.1.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for testgear-api-client-1.0.1.tar.gz
Algorithm Hash digest
SHA256 01bc1d5cae002a5aa8ae93f0b5293d45fd99f950803ab84a07370beeec7c8c63
MD5 188e460ebb3a55aa6c5b71e1f254f70b
BLAKE2b-256 b8a0c780b834cfea66d0f48d62ddb3e6a81f16c171675f9065eca15cf4804d77

See more details on using hashes here.

Supported by

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