{"id":15144583,"url":"https://github.com/molsky/robotframework-dashboard","last_synced_at":"2025-10-17T18:53:03.766Z","repository":{"id":201617713,"uuid":"65122411","full_name":"molsky/robotframework-dashboard","owner":"molsky","description":"Web UI for Robot Framework test suites.","archived":false,"fork":false,"pushed_at":"2018-12-18T12:34:26.000Z","size":97,"stargazers_count":25,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-27T10:42:21.307Z","etag":null,"topics":["dashboard","robot-framework","selenium"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/molsky.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-08-07T07:58:42.000Z","updated_at":"2023-11-18T08:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"1dc811f4-32e1-4e05-a464-4b6cfff325eb","html_url":"https://github.com/molsky/robotframework-dashboard","commit_stats":null,"previous_names":["molsky/robotframework-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molsky%2Frobotframework-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molsky%2Frobotframework-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molsky%2Frobotframework-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molsky%2Frobotframework-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molsky","download_url":"https://codeload.github.com/molsky/robotframework-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867717,"owners_count":16555814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","robot-framework","selenium"],"created_at":"2024-09-26T10:42:16.090Z","updated_at":"2025-10-17T18:53:03.713Z","avatar_url":"https://github.com/molsky.png","language":"HTML","readme":"# Robot Framework Dashboard\n\n![RF WEB UI](https://github.com/molsky/robotframework-webui/blob/master/media/rfwebui.png \"UI\")\n\n# Documentation\n**Note:** This project is still more of less in Proof of Concept state. Software is not in this state suitable for any real\nuse in live environments.\n\n# Setup\n1. Install nginx and configure it (see nginx section)\n2. Create Python3 virtualenv: `virtualenv -p python3 [envname]`\n3. Activate your virtualenv and install requirements `pip install -r requirements.pip`\n4. Test that everything works\n  * Run `rfwebui.py` in project folder\n  * Open browser and go to (by default) `http://127.0.0.1:5000/`\n  * Close development server\n5. Test Gunicorn's ability to serve the project\n  * Run `gunicorn --bind 0.0.0.0:8000 wsgi:app` in project folder\n  * Navigate to `localhost`\n\n## nginx configuration\n```\nsudo touch /etc/nginx/sites-available/flask_project\nsudo ln -s /etc/nginx/sites-available/flask_project /etc/nginx/sites-enabled/flask_project\n```\nAdd following lines to `flask_project` file and then restart nginx: `sudo /etc/init.d/nginx restart`\n```\nserver {\n    location / {\n        proxy_pass http://localhost:8000;\n        proxy_set_header Host $host;\n        proxy_set_header X-Real-IP $remote_addr;\n    }\n\n    location /results {\n        include proxy_params;\n        alias [path_to_results_folder];\n        autoindex on;\n    }\n}\n```\n\n# Technologies\n* Python 3.5\n* Flask\n* jQuery 2\n* Bootstrap 3\n\n# Todo\n* Automated installation process\n* Ability to abort test execution\n* Show real time execution status via WEB UI (Console -page)\n  * Show newest execution messages in footer section\n* Show more test suite related information (documentation, last run time, pass/total ratio, etc.)\n* pabot support\n* Handle correctly situations when app has more than 1 user at the same time\n* Add user roles?\n  * Login page\n* Update to Bootstrap 4 and jQuery 3 when Bootstrap 4 is ready\n* Python 2 support?\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolsky%2Frobotframework-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolsky%2Frobotframework-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolsky%2Frobotframework-dashboard/lists"}