📄️ SuuprTests Dashboard UI
SuuprTests Intro
📄️ Test Cases
Test cases form the core of SuuprTests. A Test Case represents a single, complete user flow through your Flutter application that you want to verify—such as a "Login Flow", "Onboarding Sequence", or "Add Item to Cart".
📄️ Test Steps
A Test Case in SuuprTests is composed of individual Test Steps. Each step represents a distinct action or validation performed by the framework against your Flutter app—just like an authentic user navigating your UI!
📄️ Running Test Steps
Once you have meticulously built out your Test Case with all the necessary Actions and Assertions, you're ready to run it! Performing a test run executes the predefined workflow inside your active Flutter application and validates its behavior in real-time.