testbench
testbench copied to clipboard
Uninformative error message when maxAttempts > 1
At least TeamCity eats any real error messages as well as knowledge of which type of error occurred when maxAttempts
is set to 2 or higher. Every failed test just declares that the problem is a RuntimeException
with message 'run failed X times' where X is the value set with maxAttempts
. Tested with Vaadin 8 and TestBench 5.2.0 but RetryRule.statement
seems to still contain the same basic logic in master
branch.