Metadata-Version: 2.1
Name: OSGRMATT
Version: 0.1.7
Summary: Simple framework to fast build selenium (with remote selenium grid as option) and api tests.
Home-page: UNKNOWN
Author: theMizza
Author-email: dirtymeff@yandex.ru
License: UNKNOWN
Project-URL: GitHub, https://github.com/theMizza/OSGRMATT
Description: # 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```
Keywords: selenium api tests
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
