Skip to content

Commit

Permalink
Merge pull request #50 from gemini-testing/sipayRT-patch-1
Browse files Browse the repository at this point in the history
docs: Update switchToRepl.mdx
  • Loading branch information
sipayRT authored Jan 9, 2025
2 parents d39f1c3 + 7781b78 commit adc46d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/browser/switchToRepl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ it("test", async ({browser}) => {
Т.к. мы передали в контекст переменную `counter`, то она будет доступна в терминале:

```bash
npx hermione --repl --grep "test" -b "chrome"
npx testplane --repl --grep "test" -b "chrome"
> console.log("counter:", counter);
counter: 1
```
Expand Down

0 comments on commit adc46d1

Please sign in to comment.