Improve `@RetryingTest`: interaction with other test templates
See original GitHub issueRelated to: #355
@RetryingTest
should support parameters.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Retrying Failing Tests - JUnit Pioneer
The JUnit 5 (Jupiter) extension @RetryingTest retries a failing test a certain number of times; only marking the test failed if no execution...
Read more >Test templates | Android Open Source Project
The HostBinaryTest template includes host-side executables that do not exist in other directories or in Python scripts. These tests include:.
Read more >Test Case Template For Software Feature Troubleshooting
Create an organized list of test cases for different test scenarios and troubleshoot software issues using the test case template on ...
Read more >A/B Testing Plan Template for Effective Split Tests | Kipwise
This A/B testing plan template walks you through how to formulate hypothesis, design the experiment setup and measure results for better split tests....
Read more >Test Templates | ServiceNow Developer
An ATF test template is a reusable set of test steps that are commonly used together. Test Templates can include ... If prompted,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Totally agree on this one. I came here since I was about to add
junit-pioneer
to our list of dependencies since we need to be able to retry some flaky tests, but since (at least some of) these are parameterized using@ParameterizedTest
, this is not currently doable.Example test:
Thank you, @marcphilipp! In light of your reply, I’ll close this issue but if new ideas come up, they can be added here of course.