robotframework-restbridge


Namerobotframework-restbridge JSON
Version 0.1.7 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-09-27 08:15:52
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements flask robotframework-browser robotframework-requests jsonpickle requests
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/59/0a/5c242757a34b15794d15100a82477ca7c52aa638537c30062966a070282d/robotframework-restbridge-0.1.7.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.7",
    "project_urls": {
        "Homepage": "https://github.com/raffelino/robotframework-restbridge"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "590a5c242757a34b15794d15100a82477ca7c52aa638537c30062966a070282d",
                "md5": "d0f060c83061db5530ea9e58585febfb",
                "sha256": "439b70fc88f8626c7005c4f3aedfb3013d3edf175d786f403fdb3071a20227f5"
            },
            "downloads": -1,
            "filename": "robotframework-restbridge-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d0f060c83061db5530ea9e58585febfb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2849,
            "upload_time": "2024-09-27T08:15:52",
            "upload_time_iso_8601": "2024-09-27T08:15:52.786819Z",
            "url": "https://files.pythonhosted.org/packages/59/0a/5c242757a34b15794d15100a82477ca7c52aa638537c30062966a070282d/robotframework-restbridge-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 08:15:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "raffelino",
    "github_project": "robotframework-restbridge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "flask",
            "specs": []
        },
        {
            "name": "robotframework-browser",
            "specs": []
        },
        {
            "name": "robotframework-requests",
            "specs": []
        },
        {
            "name": "jsonpickle",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "robotframework-restbridge"
}
        
Elapsed time: 0.33673s