{"id":15018774,"url":"https://github.com/kowalpy/robot-framework-jmeter-library","last_synced_at":"2025-10-23T22:30:51.668Z","repository":{"id":49924911,"uuid":"84678022","full_name":"kowalpy/Robot-Framework-JMeter-Library","owner":"kowalpy","description":"Robot Framework and JMeter integration","archived":false,"fork":false,"pushed_at":"2023-10-30T15:34:18.000Z","size":99,"stargazers_count":16,"open_issues_count":8,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-09T23:41:56.732Z","etag":null,"topics":["jmeter","robot-framework"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kowalpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_lgpl-3.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-11T20:31:42.000Z","updated_at":"2023-12-15T14:40:57.000Z","dependencies_parsed_at":"2024-06-21T16:45:05.249Z","dependency_job_id":"12e1158b-492c-4b6b-9019-df2ebd9bc621","html_url":"https://github.com/kowalpy/Robot-Framework-JMeter-Library","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"9c8571cdf8a5406a2154eca44d4529cf0a16b054"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kowalpy%2FRobot-Framework-JMeter-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kowalpy%2FRobot-Framework-JMeter-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kowalpy%2FRobot-Framework-JMeter-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kowalpy%2FRobot-Framework-JMeter-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kowalpy","download_url":"https://codeload.github.com/kowalpy/Robot-Framework-JMeter-Library/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":["jmeter","robot-framework"],"created_at":"2024-09-24T19:52:26.469Z","updated_at":"2025-10-23T22:30:46.363Z","avatar_url":"https://github.com/kowalpy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robot Framework JMeter Library\n\nThis library provides simple way to integrate Robot Framework and JMeter. JTL output\nfiles can be analysed and converted to HTML, Python dictionary or SQLite format.\n\nOn 19th of March 2017, project has been moved at Github. \n\n## License\nLGPL 3.0\n\n## Keyword documentation\n[JMeterLib.html](https://kowalpy.github.io/Robot-Framework-JMeter-Library/JMeterLib.html)\n\n## Version history\nVersion 1.1 released on 25st of September 2015. What's new in 1.1:\n```\n    Implementation of change request http://sourceforge.net/p/rf-jmeter-py/tickets/2/:\n    \" As a End User I want to have option to create smaller reports\"\n```\nFollowing software versions were used during development:\n- robotframework-2.8.7\n- robotframework-ride-2.7.5\n- JMeter 2.12\n- python-2.7.5\n\nVersion 1.2 released on 29th of December 2017. What's new in 1.2:\n\n- adapted to new csv log format\n\n## Installation:\n- run command: pip install robotframework-jmeterlibrary\n\nOR\n- download, unzip and run command: python setup.py install\n\n## Usage:\n\nExample for running JMeter and parsing results in single keyword:\n```\n    | run jmeter analyse jtl convert | D:/apache-jmeter-2.12/bin/jmeter.bat | D:/Tests/Test1Thread1Loop.jmx | D:/Tests/output1.jtl |\n``` \nExample for running JMeter and parsing results in separate keyword:\n```\n    | ${logPath}=         | set variable                         | D:/Tests/output1.jtl          |            |\n    | run jmeter          | D:/apache-jmeter-2.12/bin/jmeter.bat | D:/Tests/Test1Thread1Loop.jmx | ${logPath} |\n    | analyse jtl convert | ${logPath}                           |                               |            |\n```\nExample for reading parsed contents:\n```\n    | ${result} | analyse jtl convert | ${logPath} |           |\n    | log       | ${result}           |            |           |\n    | : FOR     | ${ELEMENT}          | IN         | @{result} |\n    |           | log dictionary      | ${ELEMENT} |           |\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkowalpy%2Frobot-framework-jmeter-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkowalpy%2Frobot-framework-jmeter-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkowalpy%2Frobot-framework-jmeter-library/lists"}