From 6ed0de7b4264d3f2886bc7c14dc3089fb5469799 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:09:29 +0200 Subject: [PATCH] Update TEST.md --- apps/remixdesktop/TEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/TEST.md b/apps/remixdesktop/TEST.md index ea730c689f0..b3d44c11726 100644 --- a/apps/remixdesktop/TEST.md +++ b/apps/remixdesktop/TEST.md @@ -35,7 +35,7 @@ Normally when you would do a 'real' release you would package remix IDE into the ### Local testing -In order to facilitate local testing nightwatch will boot the executable with the --e2e-local flag when running locally ( so outside of CIRCLE CI ). This means the electron app with load the local running Remix IDE. +In order to facilitate local testing nightwatch will boot the executable with the --e2e-local flag when running locally ( so outside of CIRCLE CI ). This means the electron app will load the local running Remix IDE. So to start testing locally - run the IDE with 'yarn serve' as you would normally do.