docs/ai_builder/features/automated_testing.md
The Testing feature allows you to automatically test your generated applications for common issues and functionality problems. The AI will analyze your app and identify potential bugs, broken links, navigation issues, and other problems.
import reflex as rx
rx.el.div(
rx.image(
src=rx.color_mode_cond(
"https://web.reflex-assets.dev/ai_builder/features/test_light.webp",
"https://web.reflex-assets.dev/ai_builder/features/test_dark.webp",
),
class_name="rounded-md h-auto",
border=f"0.81px solid {rx.color('slate', 5)}",
),
class_name="w-full flex flex-col rounded-md",
)
The AI automatically checks for:
When testing is active: