robotframework-docker


Namerobotframework-docker JSON
Version 1.4.2 PyPI version JSON
download
home_pagehttps://github.com/vogoltsov/robotframework-docker
SummaryA Robot Framework Docker Library
upload_time2023-05-18 11:49:48
maintainer
docs_urlNone
authorVitaly Ogoltsov
requires_python
licenseApache License 2.0
keywords testing testautomation robotframework docker docker-compose
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Short Description
-----------------

`Robot Framework`_ library for working with ``docker`` and
``docker-compose``.

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

Installation using pip
~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: bash

   pip3 install robotframework-docker


Installation from sources
~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: bash

   python3 setup.py install

Example
-------

.. code:: robotframework

   *** Settings ***
   Documentation           DockerComposeLibrary tests.
   Library                 DockerComposeLibrary
   Library                 RequestsLibrary
   Test Setup              Docker Compose Up
   Test Teardown           Docker Compose Down


   *** Test Cases ***
   Start Apache Web Server
       ${service} =        Get Exposed Service  httpd  80
       Log To Console      http has started and is available at http://${service.host}:${service.port}

License
-------

Apache License 2.0

.. _Robot Framework: https://robotframework.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vogoltsov/robotframework-docker",
    "name": "robotframework-docker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "testing testautomation robotframework docker docker-compose",
    "author": "Vitaly Ogoltsov",
    "author_email": "vitaly.ogoltsov@me.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/5b/5b7cbb8c315366429203a6ebcc2e24661deea50b65e7b7cd56d76038f2a4/robotframework-docker-1.4.2.tar.gz",
    "platform": null,
    "description": "Short Description\n-----------------\n\n`Robot Framework`_ library for working with ``docker`` and\n``docker-compose``.\n\nInstallation\n------------\n\nInstallation using pip\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n   pip3 install robotframework-docker\n\n\nInstallation from sources\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n   python3 setup.py install\n\nExample\n-------\n\n.. code:: robotframework\n\n   *** Settings ***\n   Documentation           DockerComposeLibrary tests.\n   Library                 DockerComposeLibrary\n   Library                 RequestsLibrary\n   Test Setup              Docker Compose Up\n   Test Teardown           Docker Compose Down\n\n\n   *** Test Cases ***\n   Start Apache Web Server\n       ${service} =        Get Exposed Service  httpd  80\n       Log To Console      http has started and is available at http://${service.host}:${service.port}\n\nLicense\n-------\n\nApache License 2.0\n\n.. _Robot Framework: https://robotframework.org/\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Robot Framework Docker Library",
    "version": "1.4.2",
    "project_urls": {
        "Homepage": "https://github.com/vogoltsov/robotframework-docker"
    },
    "split_keywords": [
        "testing",
        "testautomation",
        "robotframework",
        "docker",
        "docker-compose"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ee87e254e7a96961bcd48ffd5b47069ccc278c461859feafe9762bf5448a3fc",
                "md5": "706b74b2d90902125a7b49694d315ae3",
                "sha256": "3263627e0235e948ca06b3e1fd297e6dc9ee35078885942da8fb0330f3ff6aea"
            },
            "downloads": -1,
            "filename": "robotframework_docker-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "706b74b2d90902125a7b49694d315ae3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11518,
            "upload_time": "2023-05-18T11:49:46",
            "upload_time_iso_8601": "2023-05-18T11:49:46.385732Z",
            "url": "https://files.pythonhosted.org/packages/8e/e8/7e254e7a96961bcd48ffd5b47069ccc278c461859feafe9762bf5448a3fc/robotframework_docker-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd5b5b7cbb8c315366429203a6ebcc2e24661deea50b65e7b7cd56d76038f2a4",
                "md5": "6b4353350763ff26fa806811d4dcfd14",
                "sha256": "11c7fd989cb55d80ca4f7926d36c9c50fc1766ec9e8a72faafd4959211a642b9"
            },
            "downloads": -1,
            "filename": "robotframework-docker-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6b4353350763ff26fa806811d4dcfd14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11972,
            "upload_time": "2023-05-18T11:49:48",
            "upload_time_iso_8601": "2023-05-18T11:49:48.541651Z",
            "url": "https://files.pythonhosted.org/packages/dd/5b/5b7cbb8c315366429203a6ebcc2e24661deea50b65e7b7cd56d76038f2a4/robotframework-docker-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-18 11:49:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vogoltsov",
    "github_project": "robotframework-docker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "robotframework-docker"
}
        
Elapsed time: 0.06616s