avocado-framework-plugin-robot


Nameavocado-framework-plugin-robot JSON
Version 105.0 PyPI version JSON
download
home_pagehttp://avocado-framework.github.io/
SummaryAvocado Plugin for Execution of Robot Framework tests
upload_time2024-05-07 18:47:33
maintainerNone
docs_urlNone
authorAvocado Developers
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _robot-plugin:

============
Robot Plugin
============

This optional plugin enables Avocado to work with tests originally
written using the `Robot Framework <http://robotframework.org/>`_ API.

To install the Robot plugin from pip, use::

    $ sudo pip install avocado-framework-plugin-robot

After installed, you can list/run Robot tests the same way you do with
other types of tests.

For example, use the test included in the avocado code ::

    $ git clone https://github.com/avocado-framework/avocado.git

To list the tests, execute::

    $ avocado list avocado/optional_plugins/robot/tests/avocado.robot
    robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep
    robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep

Directories are also accepted. To run the tests, execute::

    $ avocado run avocado/optional_plugins/robot/tests/avocado.robot
    JOB ID     : 1501f546890024f2af8e26ab49ba511154bebab9
    JOB LOG    : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/job.log
     (2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: STARTED
     (1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: STARTED
     (1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: PASS (0.06 s)
     (2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: PASS (0.07 s)
    RESULTS    : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
    JOB HTML   : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/results.html
    JOB TIME   : 0.99 s

            

Raw data

            {
    "_id": null,
    "home_page": "http://avocado-framework.github.io/",
    "name": "avocado-framework-plugin-robot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Avocado Developers",
    "author_email": "avocado-devel@redhat.com",
    "download_url": "https://files.pythonhosted.org/packages/49/57/b0831618ba91f56c7038ce5be6ac93a74e6ede9c13625113d2dd4695d281/avocado_framework_plugin_robot-105.0.tar.gz",
    "platform": null,
    "description": ".. _robot-plugin:\n\n============\nRobot Plugin\n============\n\nThis optional plugin enables Avocado to work with tests originally\nwritten using the `Robot Framework <http://robotframework.org/>`_ API.\n\nTo install the Robot plugin from pip, use::\n\n    $ sudo pip install avocado-framework-plugin-robot\n\nAfter installed, you can list/run Robot tests the same way you do with\nother types of tests.\n\nFor example, use the test included in the avocado code ::\n\n    $ git clone https://github.com/avocado-framework/avocado.git\n\nTo list the tests, execute::\n\n    $ avocado list avocado/optional_plugins/robot/tests/avocado.robot\n    robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep\n    robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep\n\nDirectories are also accepted. To run the tests, execute::\n\n    $ avocado run avocado/optional_plugins/robot/tests/avocado.robot\n    JOB ID     : 1501f546890024f2af8e26ab49ba511154bebab9\n    JOB LOG    : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/job.log\n     (2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: STARTED\n     (1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: STARTED\n     (1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: PASS (0.06 s)\n     (2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: PASS (0.07 s)\n    RESULTS    : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0\n    JOB HTML   : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/results.html\n    JOB TIME   : 0.99 s\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Avocado Plugin for Execution of Robot Framework tests",
    "version": "105.0",
    "project_urls": {
        "Homepage": "http://avocado-framework.github.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b11de0bf59cd07dfc601d78d7301ce750e3713cab057977d48f2af55b2db2d72",
                "md5": "067fe57edf5724eb446db2aef9dc47e5",
                "sha256": "515566fa3490c99e5a56345cc17d338ab6af334da4e235238e5d3541870b27fb"
            },
            "downloads": -1,
            "filename": "avocado_framework_plugin_robot-105.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "067fe57edf5724eb446db2aef9dc47e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5022,
            "upload_time": "2024-05-07T18:47:10",
            "upload_time_iso_8601": "2024-05-07T18:47:10.253071Z",
            "url": "https://files.pythonhosted.org/packages/b1/1d/e0bf59cd07dfc601d78d7301ce750e3713cab057977d48f2af55b2db2d72/avocado_framework_plugin_robot-105.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4957b0831618ba91f56c7038ce5be6ac93a74e6ede9c13625113d2dd4695d281",
                "md5": "e98f2e2899444e49188786df9c41e175",
                "sha256": "d7b3da78df3a55961cd60463f9a11190ce3d5854f4c3a3353b80581223fb3004"
            },
            "downloads": -1,
            "filename": "avocado_framework_plugin_robot-105.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e98f2e2899444e49188786df9c41e175",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4407,
            "upload_time": "2024-05-07T18:47:33",
            "upload_time_iso_8601": "2024-05-07T18:47:33.877980Z",
            "url": "https://files.pythonhosted.org/packages/49/57/b0831618ba91f56c7038ce5be6ac93a74e6ede9c13625113d2dd4695d281/avocado_framework_plugin_robot-105.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 18:47:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "avocado-framework-plugin-robot"
}
        
Elapsed time: 0.25457s