I have this environment:
- PyCharm running on Mac OS X
- Python3.4 environment running on a Ubuntu server in a stray instance
I want to be able to run / debug tests using PyCharm. While I can do this, but I recently added selenium for my tests, now I need to wrap the python interpreter in a remote xvfb-run command. I tried to add a remote external tool, but I cannot get it to work. I found this guy , but he doesnβt explain very well how he did it. Any idea would be greatly appreciated :-)
python selenium pycharm xvfb
chachan Mar 30 '15 at 9:51 2015-03-30 09:51
source share