test-fullautomation / robotframework

Generic automation framework for acceptance testing and RPA
http://robotframework.org
Apache License 2.0
1 stars 0 forks source link

repeat counter for test cases #26

Open test-fullautomation opened 1 year ago

test-fullautomation commented 1 year ago

For reliability tests, the same test case should be executed again and again (iterations). Currently, we are implementing a V3 listener that duplicates the test case arbitrarily during runtime. A better solution would be to have a "repeat counter" for test cases like in TML.

This is related to: https://github.com/robotframework/robotframework/issues/1232#issuecomment-1569844542

test-fullautomation commented 9 months ago

test

test-fullautomation commented 9 months ago

[robotframework] repeat counter for test cases