Metadata-Version: 2.4
Name: eyes-robotframework
Version: 6.4.16
Summary: Applitools Python SDK. Robot Framework package
Author-email: Applitools Team <team@applitools.com>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://applitools.com
Keywords: applitools,robotframework,eyes,eyes_selenium,selenium,appium
Classifier: Development Status :: 5 - Production/Stable
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,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: PyYAML!=5.4.0,!=5.4.1,!=6.0.0,<7,>=5
Requires-Dist: eyes-selenium==6.4.16
Requires-Dist: robotframework-appiumlibrary>=1.6.1
Requires-Dist: Appium-Python-Client<4
Requires-Dist: robotframework-pythonlibcore>=3.0
Requires-Dist: robotframework-seleniumlibrary>=4.5
Requires-Dist: robotframework>=4.0
Requires-Dist: trafaret==2.1.0
Requires-Dist: yamllint<2.0,>1.25.0
Dynamic: license-file

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/
