Iterating at the Speed of Thought: Attaching a REPL to a Live Application Under Test
Published in Technical Blog, 2026
Iterating at the Speed of Thought: Attaching a REPL to a Live Application Under Test
A six-line script and Python’s -i flag turned a 10+ minute UI automation feedback loop into a matter of seconds — by attaching a REPL to an already-running application instead of relaunching it on every change.
Read the full article on Medium: Iterating at the Speed of Thought: Attaching a REPL to a Live Application Under Test