From bed6c79e406ba1af11f4d44c46c431be6de977e7 Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Sun, 25 Feb 2024 03:44:44 +0300 Subject: [PATCH] Fix functional test command docs --- test/OrchardCore.Tests.Functional/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/OrchardCore.Tests.Functional/Readme.md b/test/OrchardCore.Tests.Functional/Readme.md index 801411313bc..26b134de0b5 100644 --- a/test/OrchardCore.Tests.Functional/Readme.md +++ b/test/OrchardCore.Tests.Functional/Readme.md @@ -1,6 +1,6 @@ # Cypress e2e testing suite -Run `npm install` followed by `npm run test` to build and host Orchard and run execute the functional tests. +Run `npm install` followed by `npm run cms:test` to build and host Orchard and run execute the functional tests. To see use the cypress user interface, run these scripts ```bash