Metadata-Version: 2.1
Name: eyes-robotframework
Version: 5.14.7
Summary: Applitools Python SDK. Robot Framework package
Home-page: http://www.applitools.com
Author: Applitools Team
Author-email: team@applitools.com
License: Applitools SDK License
Project-URL: Source, https://github.com/applitools/eyes.sdk.javascript1/tree/master/python/eyes_robotframework
Keywords: applitools,robotframework,eyes,eyes_selenium,selenium,appium
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: <4,>=2.7
License-File: LICENSE
Requires-Dist: PyYAML (!=5.4.0,!=5.4.1,!=6.0.0,<7,>=5)
Requires-Dist: eyes-selenium (==5.25.4)
Requires-Dist: trafaret (==2.1.0)
Requires-Dist: robotframework-pythonlibcore (<3.0,>=2.0.2) ; python_version < "3.0"
Requires-Dist: robotframework-seleniumlibrary (<4.5,>=3.3.1) ; python_version < "3.0"
Requires-Dist: robotframework (<4.0,>=3.2.2) ; python_version < "3.0"
Requires-Dist: yamllint (<=1.25.0) ; python_version < "3.0"
Requires-Dist: robotframework-appiumlibrary (<=1.6,>=1.5) ; python_version < "3.7"
Requires-Dist: robotframework-pythonlibcore (>=3.0) ; python_version >= "3.0"
Requires-Dist: robotframework-seleniumlibrary (>=4.5) ; python_version >= "3.0"
Requires-Dist: robotframework (>=4.0) ; python_version >= "3.0"
Requires-Dist: yamllint (<2.0,>1.25.0) ; python_version >= "3.0"
Requires-Dist: robotframework-appiumlibrary (>=1.6.1) ; python_version >= "3.7"

Eyes Robot Framework SDK
========================
|pypi version| |pypi downloads| |Black Formatter|

Applitools Eyes SDK For Robot Framework

Installation
------------

Install the eyes-robot SDK:

::

    pip install eyes-robotframework

Docs
-----

1. `Complete guide to using Eyes with the Robot framework <https://applitools.com/docs/api/robot/robot-eyes-library.html>`_
2. `Keyword documentation <https://applitools.github.io/eyes.sdk.javascript1/python/docs/eyes_robotframework/keywords.html>`_.
3. `Configuration file overview <https://applitools.com/docs/api/robot/robot-configuration-file.html>`_

Robot Framework SDK example repo: https://github.com/applitools/robotframework-quickstart

Robot Framework autocompletion plugins
--------------------------------------

**IntelliJ (PyCharm and friends)** *Recommended - most full support*
https://plugins.jetbrains.com/plugin/17424-intellibot-patched

**RobotFramework language server based** (`pip install robotframework-lsp`)
These plugins have issues with auto-completion of check settings keywords.


**IntelliJ (PyCharm and friends)**

https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server

**VSCode**

https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp

.. |Black Formatter| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
.. |pypi version| image:: https://img.shields.io/pypi/v/eyes-robotframework
   :target: https://pypi.org/project/eyes-robotframework/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/eyes-robotframework
   :target: https://pypi.org/project/eyes-robotframework/


