From e213a8652b3fec4fb41a703021a097cc95c86952 Mon Sep 17 00:00:00 2001 From: Christian Lopez Espinola Date: Mon, 31 Aug 2026 10:23:50 +0200 Subject: [PATCH] docs: Replace removed `ddev cypress` alias with `ddev xb-cypress` in README (#76) The `cypress` alias was removed, so the README examples now use the `xb-cypress open|run|component` commands directly. Co-Authored-By: Claude Opus 4.8 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba0fd60..8830a5d 100644 --- a/README.md +++ b/README.md @@ -212,19 +212,19 @@ ddev restart Run Cypress tests interactively: ```shell -ddev cypress open +ddev xb-cypress open ``` Run them headlessly: ```shell -ddev cypress run +ddev xb-cypress run ``` Run component/unit tests: ```shell -ddev cypress component +ddev xb-cypress component ``` ## Support & community