Codegen
Automatically generating test code from recorded user interactions instead of writing every line by hand.
What is Codegen?
What is Codegen?
Codegen is the process of turning captured actions—clicks, typing, navigation—into runnable test code, so authoring a test becomes a matter of demonstrating a flow rather than programming it. Good codegen produces readable code with sensible, resilient selectors and meaningful assertions, not a brittle dump of coordinates. This is the heart of QI's recorder: it watches real interactions in an embedded browser and emits clean Playwright specs you can run, edit, and export, dramatically lowering the effort to build and grow a suite.