A listener to repeat testscases for given iterations.
Project description
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 file for details.
Author
Test Repeater is maintained by reharish and abi-sheak.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotframework_testrepeater-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ed906aab9354640265a0a283263b15a43b3539a20240b8470c796bd5a6a270 |
|
MD5 | f942e23ae63b25af003b04e828214f7a |
|
BLAKE2b-256 | 446c090dddf720fbdaab32e54dbefe9aad780b46c7483d85992dc308c6d4213a |
Hashes for robotframework_testrepeater-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a096f83acc0366bf62b34e8d541df3e081a02ab0a2ef5c234a077a0e1be91d70 |
|
MD5 | 346cc568730d3b1245f62cf95a252490 |
|
BLAKE2b-256 | 2de5fc9266753dd4ce0b6a80311f4514834b751ee10ddfcea3dc033716a7b3b0 |