AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Automatically Rerun Test Cases
Are there any tools that we can use kind of like a linting tool or some kind of statistical analysis to figure out if a test might be flaky? Yeah, that's a really good question. Often I use tools that help me to do an automated rerunning as soon as the test case is detected as flaky. That way I don't have to do any manual rerunning on my own. It also speaks to you should probably make your test fast because if you want to run it a multiple times like this, then definitely that's, that's something that you should consider.