Aichlmayr / agile-final-project

0 stars 0 forks source link

Need the ability to create a product in the catalog. #1

Open Aichlmayr opened 1 month ago

Aichlmayr commented 1 month ago

As a catalog admin, I need the ability to create products, so that I can add new products to the catalog.

Aichlmayr commented 1 month ago

Given I am an authenticated catalog admin, When I create a product with valid data (name, price, description, category), Then the product should be successfully added to the catalog.

Given I am an authenticated catalog admin, When I attempt to create a product with missing required fields, Then the product should not be created, and I should see an error message indicating the required fields.