Support for remote repositories
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 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:
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.
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.