v8.39.0
🚀 Improvements
- ability to connect to repl server by port (#1144)
Now, when calling the switchToRepl command, a line like this will be displayed in the terminal log:
[00:25:54 +0300] You have entered to REPL mode via terminal (test execution timeout is disabled). Port to connect to REPL from other terminals: 60771
In this line, you can see the port that you can connect to from other terminal, for example:
nc localhost 60771
This makes it possible to control the browser from multiple terminals.