I’m building a server to test some equipment, and I noticed EditorX has some cli options to specify a NATS session url and/or session id. I was hoping, then, to be able to execute a test plan interactively from the editor, but I can’t seem to get EditorX to connect to a different OpenTAP Runner instance running on my host machine. Are there any details on how --session-url and --session-id are formatted or if this is possible in general?
The --session-url is a normal url with port specified.
For example, another local Runner instance is running at port 8444, the --session-url should be localhost:8444 or 127.0.0.1:8444 .
It seems like it works correctly when pointing to the websocket server! I noticed that in the CLI it specifies a websocket session url, but the port doesn’t seem to get exposed (or at least logged) on the Runner version installed with Editor X. For reference, I am on Editor X 1.6.1 (which installs Runner 1.8.3 by default) with a community license.
EDIT: Actually turns out I misread one of the verbose logs when starting the editor, it never connected to the nats server running at 127.0.0.1:20111 or on 20112 for websocket.