A method where several components are rendered together to verify their interactions and data flow, simulating a real piece of your application's UI.
-
Goal: To ensure components communicate correctly through
props, context, or shared state (e.g., Redux/Zustand).