Feature: I want to be able to add items to a shopping cart so that I can purchase them
Scenario: Adding a new item to an empty cart
Given the cart is empty
When I add item 123 to the cart
Then the cart should contain item 123
And the quantity should be 1
Scenario: Increasing quantity for an item already in the cartVersion: 1.0.0 Protocol Version: 2024-11-05 Last Updated: 2026-01-10
OlderNewer