How do I submit a test multiple times for the same question, even if I passed it earlier. I want to try something else, but I find that tester automatically jumps to the next question?
We don’t support this yet, but will soon: Ability to run tests for previous stages - #6 by rohitpaulk.
As a workaround in the meantime, if you’re working on an extension and want to test an earlier stage that isn’t in the extension, you can disable the extension and that’ll let you run tests on the base stages.
codecrafters test --previous
works now!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.