playwright_test/ ├── features/ # Fichiers .feature Gherkin │ ├── authentication.feature # Tests d'authentification │ ├── cart.feature # Tests du panier │ ├── checkout.feature # Tests de commande │ ├── ...