Open niania124 opened 6 months ago
Given I am logged in as a store administrator When I navigate to the product creation page Then I should see a form to enter product details, including: Name Description Category Price Images (optional) Stock (optional) When I fill out the form and submit it Then a new product entry should be created in the catalog with the specified details Then the system should display a confirmation message indicating successful product creation
As a: Store administrator (or relevant role)
I need: The ability to create new product entries in the catalog.
So that: I can easily add new items to the store's inventory and make them available for purchase.