lode icon indicating copy to clipboard operation
lode copied to clipboard

Support for remote repositories

Open paulomanrique opened this issue 2 years ago • 2 comments

Describe the feature or problem you’d like to solve

Some of us develop in remote machines, via SSH, using VSCode with SSH, etc. It would be nice to run Lode against repositories on those remote machines.

Proposed solution

Ability to add and run against repositories in remote SSH.

paulomanrique avatar Nov 02 '23 12:11 paulomanrique

@paulomanrique Lode should already support testing on remote machines, I use one myself on a daily basis. See this section of the documentation for a bit more detail.

In essence, though, you need to tell Lode that your tests run in a remote machine via the "Framework settings", which is this part here:

Screenshot 2023-11-03 at 10 16 30

If you've already gone through these steps and it's still not working, then it might be a bug in how Lode handles your setup? Let me know if the above does the trick for you, or see if you can post a bit more details about your current setup so I can investigate further.

tbuteler avatar Nov 03 '23 10:11 tbuteler

But that still requires me to have the repository locally, right? Would lode still work as intended if the repo in my local machine is not synced with my local one?

I used this feature with Docker - very useful, I'm just not sure about fully remote setups.

image

paulomanrique avatar Dec 14 '23 19:12 paulomanrique