commerce/docs/tests/homepage.md
Yassin 5a17eaf211 Gherkin use case for cart features with Cypress + Cumcumber + typescript
Gherkin use case for cart features with Cypress + Cumcumber + typescript
2024-09-25 17:09:42 +02:00

395 B

Feature: Affichage des produits sur la page d'accueil

Scenario: Vérification de l'affichage des produits avec nom, image et prix Given I am on the homepage When the page is loaded Then I should see a list of products And each product should have an image And each product should have a name And each product should have a price And the price should be displayed in EUR with two decimal points