cloudbeat-common-test1


Namecloudbeat-common-test1 JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://cloudbeat.io/
SummaryContains the common types and API client for CloudBeat
upload_time2025-08-21 13:22:50
maintainerNone
docs_urlNone
authorCBNR Cloud Solutions LTD
requires_python>=3.6
licenseApache-2.0
keywords cloudbeat testing reporting python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CloudBeat Python Integrations

[<img src="https://cdn.prod.website-files.com/5e5fd6a35f35b720bfd3198a/5e9c149f9ba5991a3901422b_cloudbeat_logo_png.webp" height="85px" alt="CloudBeat logo"/>](https://cloudbeat.io/ "CloudBeat")

[![Release
Status](https://img.shields.io/pypi/v/cloudbeat-common)](https://pypi.python.org/pypi/cloudbeat-common)
[![Downloads](https://img.shields.io/pypi/dm/cloudbeat-common)](https://pypi.python.org/pypi/cloudbeat-common)

Learn more about CloudBeat at [https://cloudbeat.io/](https://cloudbeat.io/)

-> ๐Ÿงพ [Documentation](https://docs.cloudbeat.io/python-pytest) โ€“ official documentation for CloudBeat
-> ๐Ÿ™‹๐Ÿป [Contact and Support](hhttps://www.cloudbeat.io/contact) โ€“ contact us and we'd love to help
-> ๐Ÿ“ฃ [Blog](https://www.cloudbeat.io/blog) โ€“ stay updated with our latest news
-> ๐Ÿ’ป [Demo](https://calendly.com/ndimer/cloudbeat-demo) โ€“ request a demo

---------

# Quick start

### Make sure your requirements.txt includes:
```
cloudbeat-pytest
cloudbeat-selenium
```

## Standard Installation
cd pytest-selenium
python -m venv env
env\Scripts\activate
pip install -r requirements.txt

## Installation using UV
uv venv
uv pip install -r requirements.txt

### Set path
set PYTHONPATH=src

## Run your tests

### Standard
cd pytest-selenium
env\Scripts\activate

### run everything
```sh
pytest 
```

### run parallel tests
```sh
pytest -n 4
```

### run a single test
```sh
pytest -v -s Tests/test_login.py 
```

### Using UV
```sh
uv run pytest
uv run pytest -n 4
uv run pytest -v -s Tests/test_login.py 
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://cloudbeat.io/",
    "name": "cloudbeat-common-test1",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "cloudbeat testing reporting python",
    "author": "CBNR Cloud Solutions LTD",
    "author_email": "info@cloudbeat.io",
    "download_url": "https://files.pythonhosted.org/packages/60/e2/e507670e175171d8467736fa971b5991e18fbbf641e14a7fe421f74885ae/cloudbeat_common_test1-0.0.3.tar.gz",
    "platform": null,
    "description": "# CloudBeat Python Integrations\r\n\r\n[<img src=\"https://cdn.prod.website-files.com/5e5fd6a35f35b720bfd3198a/5e9c149f9ba5991a3901422b_cloudbeat_logo_png.webp\" height=\"85px\" alt=\"CloudBeat logo\"/>](https://cloudbeat.io/ \"CloudBeat\")\r\n\r\n[![Release\r\nStatus](https://img.shields.io/pypi/v/cloudbeat-common)](https://pypi.python.org/pypi/cloudbeat-common)\r\n[![Downloads](https://img.shields.io/pypi/dm/cloudbeat-common)](https://pypi.python.org/pypi/cloudbeat-common)\r\n\r\nLearn more about CloudBeat at [https://cloudbeat.io/](https://cloudbeat.io/)\r\n\r\n-> \ud83e\uddfe [Documentation](https://docs.cloudbeat.io/python-pytest) \u2013 official documentation for CloudBeat\r\n-> \ud83d\ude4b\ud83c\udffb [Contact and Support](hhttps://www.cloudbeat.io/contact) \u2013 contact us and we'd love to help\r\n-> \ud83d\udce3 [Blog](https://www.cloudbeat.io/blog) \u2013 stay updated with our latest news\r\n-> \ud83d\udcbb [Demo](https://calendly.com/ndimer/cloudbeat-demo) \u2013 request a demo\r\n\r\n---------\r\n\r\n# Quick start\r\n\r\n### Make sure your requirements.txt includes:\r\n```\r\ncloudbeat-pytest\r\ncloudbeat-selenium\r\n```\r\n\r\n## Standard Installation\r\ncd pytest-selenium\r\npython -m venv env\r\nenv\\Scripts\\activate\r\npip install -r requirements.txt\r\n\r\n## Installation using UV\r\nuv venv\r\nuv pip install -r requirements.txt\r\n\r\n### Set path\r\nset PYTHONPATH=src\r\n\r\n## Run your tests\r\n\r\n### Standard\r\ncd pytest-selenium\r\nenv\\Scripts\\activate\r\n\r\n### run everything\r\n```sh\r\npytest \r\n```\r\n\r\n### run parallel tests\r\n```sh\r\npytest -n 4\r\n```\r\n\r\n### run a single test\r\n```sh\r\npytest -v -s Tests/test_login.py \r\n```\r\n\r\n### Using UV\r\n```sh\r\nuv run pytest\r\nuv run pytest -n 4\r\nuv run pytest -v -s Tests/test_login.py \r\n```\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Contains the common types and API client for CloudBeat",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://cloudbeat.io/",
        "Source": "https://github.com/cloudbeat-io/cb-kit-python"
    },
    "split_keywords": [
        "cloudbeat",
        "testing",
        "reporting",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e8c8275d71715b6add4515818fecb2591555b43fdeaa1a9ccb1af89bbc1ae0e",
                "md5": "73d3293a76ed7dcb0e32d3ceb43645ef",
                "sha256": "d50678680a91648dc362f1a95768bc3e181d90e6420368443e8e29589f59e7f8"
            },
            "downloads": -1,
            "filename": "cloudbeat_common_test1-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73d3293a76ed7dcb0e32d3ceb43645ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6555,
            "upload_time": "2025-08-21T13:22:49",
            "upload_time_iso_8601": "2025-08-21T13:22:49.407671Z",
            "url": "https://files.pythonhosted.org/packages/0e/8c/8275d71715b6add4515818fecb2591555b43fdeaa1a9ccb1af89bbc1ae0e/cloudbeat_common_test1-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60e2e507670e175171d8467736fa971b5991e18fbbf641e14a7fe421f74885ae",
                "md5": "a5436f9f3b01a6118fc4c5ed9630e6f6",
                "sha256": "b8e87625df6efce7ae8cb773b52a2c7ecec95e1692492a3524eed9e716fa0fe3"
            },
            "downloads": -1,
            "filename": "cloudbeat_common_test1-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a5436f9f3b01a6118fc4c5ed9630e6f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6198,
            "upload_time": "2025-08-21T13:22:50",
            "upload_time_iso_8601": "2025-08-21T13:22:50.607070Z",
            "url": "https://files.pythonhosted.org/packages/60/e2/e507670e175171d8467736fa971b5991e18fbbf641e14a7fe421f74885ae/cloudbeat_common_test1-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 13:22:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloudbeat-io",
    "github_project": "cb-kit-python",
    "github_not_found": true,
    "lcname": "cloudbeat-common-test1"
}
        
Elapsed time: 4.15246s