3 per-screen Maestro flows for shopping screens with parameterized invocation.
screenshot-main-flow.yamlscreens/shopping/shopping_lists.yaml - Shopping lists overviewscreens/shopping/shopping_list.yaml - Single list detail (parameterized by LIST_INDEX)screens/shopping/edit_shopping_list.yaml - Edit list (parameterized by LIST_INDEX)shopping_lists.yaml captures all shopping listsshopping_list.yaml accepts LIST_INDEX parameter, defaults to 0edit_shopping_list.yaml accepts LIST_INDEX parameter, navigates to edit modescreenshot and shoppingscreens/shopping/ directoryshopping_lists.yaml - Navigate to shopping tab, capture lists overviewshopping_list.yaml - Navigate to shopping tab, tap list by index/ID, capture detailedit_shopping_list.yaml - Navigate to list detail, tap edit button, capture edit screenshopping_list_{index} (0-based)edit_shopping_list_button
Reacties