# Robot Framework Test Repeater
**Test Repeater** is a listener plugin for Robot Framework that allows you to repeat each test case in a suite a specified number of times.
This can be useful for scenarios where you want to execute the same test cases multiple times with different inputs or configurations.
## Installation
Ensure you have Python and Robot Framework installed.
```
pip install robotframework-testrepeater
```
## Usage
You can use Test Repeater by specifying it as a listener when running your Robot Framework tests. Here's how you can do it:
```
robot --listener TestRepeater:<count> <test-suite>
```
Replace `<count>` with the number of times you want each test case to be repeated, and `<test-suite>` with the path to your Robot Framework test suite.
For example:
```
robot --listener TestRepeater:2 example/example.robot
```
This command will repeat each test case in `example/example.robot` 2 times.
## License
Test Repeater is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for details.
## Author
Test Repeater is maintained by reharish and abi-sheak.
Raw data
{
"_id": null,
"home_page": "https://reharish.github.io/cv",
"name": "robotframework-testrepeater",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "reharish",
"author_email": "rengarajharish@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/64/b0/9b1925bf21b618aad14f542ea9d1f964677cb6d0b055a9e36542127043dd/robotframework_testrepeater-1.0.0.tar.gz",
"platform": null,
"description": "# Robot Framework Test Repeater\n\n**Test Repeater** is a listener plugin for Robot Framework that allows you to repeat each test case in a suite a specified number of times. \nThis can be useful for scenarios where you want to execute the same test cases multiple times with different inputs or configurations.\n\n## Installation\n\nEnsure you have Python and Robot Framework installed.\n\n```\npip install robotframework-testrepeater\n```\n\n## Usage\n\nYou can use Test Repeater by specifying it as a listener when running your Robot Framework tests. Here's how you can do it:\n\n```\nrobot --listener TestRepeater:<count> <test-suite>\n```\n\nReplace `<count>` with the number of times you want each test case to be repeated, and `<test-suite>` with the path to your Robot Framework test suite.\n\nFor example:\n\n```\nrobot --listener TestRepeater:2 example/example.robot\n```\n\nThis command will repeat each test case in `example/example.robot` 2 times.\n\n\n## License\n\nTest Repeater is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for details.\n\n## Author\n\nTest Repeater is maintained by reharish and abi-sheak.\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A listener to repeat testscases for given iterations.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://reharish.github.io/cv"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2d82d76788d56f777f0e7867a580f64162dc22c5a33af47003beed2bd2b989bd",
"md5": "e16ed6854bb32bae5dc4e00408515051",
"sha256": "7f269cf485c97c799c05ada4d21fcfe49f73d1873baf71af71bfd0242e9955f2"
},
"downloads": -1,
"filename": "robotframework_testrepeater-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e16ed6854bb32bae5dc4e00408515051",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7026,
"upload_time": "2024-04-30T07:41:33",
"upload_time_iso_8601": "2024-04-30T07:41:33.057634Z",
"url": "https://files.pythonhosted.org/packages/2d/82/d76788d56f777f0e7867a580f64162dc22c5a33af47003beed2bd2b989bd/robotframework_testrepeater-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64b09b1925bf21b618aad14f542ea9d1f964677cb6d0b055a9e36542127043dd",
"md5": "3acc763ce47dcfc1e32a5670d7fabff6",
"sha256": "cca508a0b5a2ba2f026c9ec631f203269db297643c5917cbfe5ad50ffc804247"
},
"downloads": -1,
"filename": "robotframework_testrepeater-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3acc763ce47dcfc1e32a5670d7fabff6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6270,
"upload_time": "2024-04-30T07:41:37",
"upload_time_iso_8601": "2024-04-30T07:41:37.922082Z",
"url": "https://files.pythonhosted.org/packages/64/b0/9b1925bf21b618aad14f542ea9d1f964677cb6d0b055a9e36542127043dd/robotframework_testrepeater-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-30 07:41:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "robotframework-testrepeater"
}