From ebff0586963aff8cb6c7da0c46f1ad7acc1118e5 Mon Sep 17 00:00:00 2001 From: sipayrt Date: Thu, 26 Dec 2024 15:11:23 +0300 Subject: [PATCH] docs: Update switchToRepl.mdx --- docs/commands/browser/switchToRepl.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/browser/switchToRepl.mdx b/docs/commands/browser/switchToRepl.mdx index 5ac5890..aaceb7f 100644 --- a/docs/commands/browser/switchToRepl.mdx +++ b/docs/commands/browser/switchToRepl.mdx @@ -73,7 +73,7 @@ it("test", async ({browser}) => { Since we passed the `counter` variable to the context, it will be available in the terminal: ```bash -npx hermione --repl --grep "test" -b "chrome" +npx testplane --repl --grep "test" -b "chrome" > console.log("counter:", counter); counter: 1 ```