TGTGInsighttelegram intelligenceLIVE / telegram public index
← Android Broadcast
Android Broadcast avatar

TGINSIGHT POST

Post #9803

@android_broadcast

Android Broadcast

Vues7,970Nombre de vues
Publié16 janv.16/01/2026 15:16
Contenu

Contenu du post

# Пример файла Journey теста journey: name: "Add item to cart from catalog" id: "add_to_cart_from_catalog" tags: - checkout - smoke setup: device: orientation: portrait locale: en_US app: startActivity: ".ui.MainActivity" steps: - description: "Open catalog screen" action: "Tap on the 'Catalog' bottom navigation item" - description: "Open product details" action: "Tap on the first product in the list" - description: "Add product to cart" action: "Tap on the 'Add to cart' button" - description: "Open cart screen" action: "Tap on the cart icon in the top app bar" assertions: - description: "Cart has 1 item" check: "Verify that cart item count is 1" - description: "Item title is visible" check: "Verify that the product title is visible in the cart" meta owner: "checkout-team" severity: "critical" createdBy: "gemini"