From e0a7112b8629c0c86dc048a204259024d115f904 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 15 Jan 2025 11:35:24 +0100 Subject: [PATCH] Added note that suite should only be run in testing environment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b74c8a..92af55b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ 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. + ## 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.