Sometimes you just want to rerun the same tests as the previous run—maybe to double-check after a bug fix.
This is useful after you fix a bug or change code and want to confirm nothing is broken.
Rerun All Tests
Rerun Subset of Tests
In your coding IDE, simply type:Help me rerun the testsprite_generate_code_and_execute tool.
TestSprite will automatically detect your existing project test suite and execute all of the tests again. You’ll see updated results directly in your IDE or TestSprite dashboard.