From d9d789a9fe386ca8862af7708cbb17dfd90c4fd6 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 15 Jan 2025 11:43:09 +0100 Subject: [PATCH] Update for legibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92af55b..8086acf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Welcome to the Magento 2 BDD E2E Testing Suite! This project, referred to as “ By combining the power of Behavior Driven Development (BDD) with the flexibility of Playwright and the clarity of Gherkin syntax embedded in JSDoc comments, we aim to make testing more accessible, readable, and maintainable for both developers and non-technical stakeholders. -> Please note: this Testing Suite should only be run in a testing environment. + Please note: this Testing Suite should only be run in a testing environment. ## Why BDD and Gherkin in JSDoc for Magento 2 Testing in Magento 2 can be complex due to its extensive functionality and customizable nature. Traditional testing methods often result in tests that are hard to read and maintain, especially as the application grows.