OSGRMATT


NameOSGRMATT JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummarySimple framework to fast build selenium (with remote selenium grid as option) and api tests.
upload_time2024-12-12 13:23:20
maintainerNone
docs_urlNone
authortheMizza
requires_python>=3.8
licenseNone
keywords selenium api tests
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OSGRMATT - Open Selenium with optionaly Grid ReMote and Api Test Tools
simple tool to create tests with selenium or api

# How to use:
1) ```pip install OSGRMATT```
2) ```osgrmatt create_api_project``` to create api tests project or ```osgrmatt create_selenium_project``` to create selenium project
3) create .env file
4) add env variable ```TOKEN=your_telegram_bot_token```
5) add env variable ```CHAT_ID=your_telegram_chat_id```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "OSGRMATT",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "selenium api tests",
    "author": "theMizza",
    "author_email": "dirtymeff@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/e0/42/059b1e77f40810f121c34159abf4bdc6b733f0d89af48460a46463d33d3d/OSGRMATT-0.2.5.tar.gz",
    "platform": null,
    "description": "# OSGRMATT - Open Selenium with optionaly Grid ReMote and Api Test Tools\r\nsimple tool to create tests with selenium or api\r\n\r\n# How to use:\r\n1) ```pip install OSGRMATT```\r\n2) ```osgrmatt create_api_project``` to create api tests project or ```osgrmatt create_selenium_project``` to create selenium project\r\n3) create .env file\r\n4) add env variable ```TOKEN=your_telegram_bot_token```\r\n5) add env variable ```CHAT_ID=your_telegram_chat_id```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple framework to fast build selenium (with remote selenium grid as option) and api tests.",
    "version": "0.2.5",
    "project_urls": {
        "GitHub": "https://github.com/theMizza/OSGRMATT"
    },
    "split_keywords": [
        "selenium",
        "api",
        "tests"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cf29ab4e19f68fa62f61615ad4809a423328cf9843d727b5c73b65ad91f48cd",
                "md5": "65885f8867e83b6289f9c0f434ed1fcc",
                "sha256": "51cce296a1d51dc25aedcd7c890744c0c5e0d1e7f41a0920b15cad8cf5696df8"
            },
            "downloads": -1,
            "filename": "OSGRMATT-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65885f8867e83b6289f9c0f434ed1fcc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16428,
            "upload_time": "2024-12-12T13:23:17",
            "upload_time_iso_8601": "2024-12-12T13:23:17.888348Z",
            "url": "https://files.pythonhosted.org/packages/1c/f2/9ab4e19f68fa62f61615ad4809a423328cf9843d727b5c73b65ad91f48cd/OSGRMATT-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e042059b1e77f40810f121c34159abf4bdc6b733f0d89af48460a46463d33d3d",
                "md5": "217785cc60b2e530bbc93a88a89ecb18",
                "sha256": "3aa22486376e60e6328809ba60959ba50543038a531777e58df39f211ae5bf21"
            },
            "downloads": -1,
            "filename": "OSGRMATT-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "217785cc60b2e530bbc93a88a89ecb18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13134,
            "upload_time": "2024-12-12T13:23:20",
            "upload_time_iso_8601": "2024-12-12T13:23:20.203722Z",
            "url": "https://files.pythonhosted.org/packages/e0/42/059b1e77f40810f121c34159abf4bdc6b733f0d89af48460a46463d33d3d/OSGRMATT-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 13:23:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theMizza",
    "github_project": "OSGRMATT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "osgrmatt"
}
        
Elapsed time: 0.39200s