{ "info": { "author": "Frank Rehberger", "author_email": "frehberg@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "RobotFramework-Plus Tool Collection\n====================\n\nThis is a Collection of RobotFramework tools, functionality not yet\nprovided by the RobotFramework test-framework (2.8.1).\n\nThe features are:\n\n- Embedding charts into the test-reports, for example to illustrate\n performance measurements etc.\n\n- Extended process management functionality.\n\nThe Chart-tool generates SVG diagrams and embeds them into the\ntest-report wihtout external files or references.\n\n## Requirenments\n\nThe tool collection extends RobotFramework 2.8.1 and in addition\nrequires the svg.charts Python-library and must be available on the\nmachine. The following command must be executed to install svg.charts\nwith root permission:\n\n```\nsudo pip install robotframework svg.charts robotframeworkplus\n```\n\nThe environment variable PYTHONPATH should point to the directory\nwhere the tool colleciton is located, for example\n\n```\nexport PYTHONPATH=$HOME/robotframeworkplus/lib\n```\n\nExecuting the demo-tests:\n\n```\nPYTHONPATH=$HOME/robotframeworkplus/lib pybot $HOME/robotframework_tools/demo\n```\n\nThe bar-chart will be embedded into the report.html file and can be\nviewed by web-browser (see [docs/screenshot-chart.png](docs/screenshot-chart.png)), \n\n\n## Compatibility\n\n- Python 2.7.3 (or later)\n- RobotFramework 2.8.1 (or later)\n- Python SVG Charting Library svg.charts 2.2 (or later)\n\n## Usage\n\nPlease see the demo.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/frehberg/robotframeworkplus", "keywords": null, "license": "Apache License", "maintainer": null, "maintainer_email": null, "name": "robotframeworkplus", "package_url": "https://pypi.org/project/robotframeworkplus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/robotframeworkplus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/frehberg/robotframeworkplus" }, "release_url": "https://pypi.org/project/robotframeworkplus/0.2/", "requires_dist": null, "requires_python": null, "summary": "This is a Toolset adding new functionalities to RobotFramework, such as embedding chart diagrams or improved process management", "version": "0.2" }, "last_serial": 916808, "releases": { "0.2": [] }, "urls": [] }