Metadata-Version: 2.1
Name: OSGRMATT
Version: 0.2.4
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
Keywords: selenium api tests
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Faker ==20.0.3
Requires-Dist: exchangelib ==5.4.3
Requires-Dist: allure-pytest ==2.13.5
Requires-Dist: opencv-python ==4.9.0.80
Requires-Dist: pyodbc ==5.0.1
Requires-Dist: pyTelegramBotAPI ==4.14.1
Requires-Dist: pytest ==7.4.3
Requires-Dist: pytest-html ==4.1.1
Requires-Dist: requests ==2.31.0
Requires-Dist: selenium ==4.15.2
Requires-Dist: webdriver-manager ==4.0.1
Requires-Dist: SQLAlchemy ==2.0.23
Requires-Dist: exchangelib ~=5.4.1
Requires-Dist: numpy ~=1.24.4
Requires-Dist: beautifulsoup4 ==4.12.3
Requires-Dist: bs4 ==0.0.2
Requires-Dist: python-dotenv ~=1.0.1

# 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```

