I have this environment:
- PyCharm running on Mac OS X
- Python3.4 environment running on Ubuntu Server in a vagrant instance
I want to be able to run/debug tests using PyCharm. So far I can do it but I recently added selenium to my tests now I need to wrap the python interpreter within xvfb-run remote command. I tried adding a remote external tool but I can't make it work yet. I found this guy but he doesn't explain very well how he made it. Any idea would be very appreciated :-)