robotframework-restbridge


Namerobotframework-restbridge JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/raffelino/robotframework-restbridge
SummaryThis is a robotframework keyword library to allow single command execution via HTTP.
upload_time2024-11-18 07:37:39
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # robotframework-restbridge
Bridge that allows to run single keywords in robot framework via HTTP

## Configure required libraries
Edit `test.robot` to load all required Libraries
`
Library    Browser
Library    RequestsLibrary
...
``

## Start the bridge
$ sh a_start_robot.sh

## Then call it in a seperate window
$ sh b_test.sh

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/raffelino/robotframework-restbridge",
    "name": "robotframework-restbridge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "PyPI.Releases@viadee.de",
    "download_url": "https://files.pythonhosted.org/packages/e0/0d/45600dc8d520df80e563c557155df5e3593e1dde4ae40a4e2c6c74356d68/robotframework_restbridge-0.1.9.tar.gz",
    "platform": null,
    "description": "# robotframework-restbridge\nBridge that allows to run single keywords in robot framework via HTTP\n\n## Configure required libraries\nEdit `test.robot` to load all required Libraries\n`\nLibrary    Browser\nLibrary    RequestsLibrary\n...\n``\n\n## Start the bridge\n$ sh a_start_robot.sh\n\n## Then call it in a seperate window\n$ sh b_test.sh\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a robotframework keyword library to allow single command execution via HTTP.",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/raffelino/robotframework-restbridge"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e00d45600dc8d520df80e563c557155df5e3593e1dde4ae40a4e2c6c74356d68",
                "md5": "67bf75cba631b1c1d8304beab9e6ab01",
                "sha256": "312b748a7cb946119e2d038c27503cd753ab2be2e34de776017cc36336b3f0cc"
            },
            "downloads": -1,
            "filename": "robotframework_restbridge-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "67bf75cba631b1c1d8304beab9e6ab01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2934,
            "upload_time": "2024-11-18T07:37:39",
            "upload_time_iso_8601": "2024-11-18T07:37:39.716444Z",
            "url": "https://files.pythonhosted.org/packages/e0/0d/45600dc8d520df80e563c557155df5e3593e1dde4ae40a4e2c6c74356d68/robotframework_restbridge-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 07:37:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "raffelino",
    "github_project": "robotframework-restbridge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "robotframework-restbridge"
}
        
Elapsed time: 0.50952s