Re: Jenkins running Python website functional tests

2012-02-22 Thread Chris Withers
Hi Steve, On 21/02/2012 21:00, Steve Barnette wrote: Build Virtual Builder Python version - System Nature - Shell Command - /usr/bin/python2.7 selePy2.py Don't specify the python path like this. Use $PYTHON_EXE selePy2.py instead. That said, what do the contents of se

Re: Jenkins running Python website functional tests

2012-02-22 Thread Jminne
can you run it from the command line on the slave? I usually do that to troubleshoot config issues like this. On Feb 21, 3:00 pm, Steve Barnette wrote: > Here's the config's and error messages I get when testing. > > FYI: The python source is the selenium's example from thier doc. > > In first t

Re: Jenkins running Python website functional tests

2012-02-21 Thread Steve Barnette
Here's the config's and error messages I get when testing. FYI: The python source is the selenium's example from thier doc. In first two cases appears source code is found, but the selenium isn't. Selenium is installed and from command line any account can run the program, only except is under th

Re: Jenkins running Python website functional tests

2012-02-20 Thread SteveB
It's a holiday here and all the files are at work. I can post info tomorrow. As to the selenium lib I used the pip install -U selenium like the python/selenium doc page says. Steve B. On Feb 19, 5:06 am, Chris Withers wrote: > On 17/02/2012 19:02, SteveB wrote: > > > Trying to useJenkinsto r

Re: Jenkins running Python website functional tests

2012-02-19 Thread Chris Withers
On 17/02/2012 19:02, SteveB wrote: Trying to use Jenkins to run python-selenium-testng scripts to do website functional testing and have Jenkins collect the testng result. (FYI this is on a ubuntu system) Can you please include full examples of the tracebacks you're seeing? (It'd also be goo

Re: Jenkins running Python website functional tests

2012-02-18 Thread danny staple
Jenkins has its own environment setup - so you will need to add any custom pythonpath tweaks to the global environment on the Manage Jenkins -> Global Configuration page, or add it to a relevant slave node if only that node runs it. On 17 February 2012 19:02, SteveB wrote: > Trying to use Jenkin

Jenkins running Python website functional tests

2012-02-17 Thread SteveB
Trying to use Jenkins to run python-selenium-testng scripts to do website functional testing and have Jenkins collect the testng result. (FYI this is on a ubuntu system) Having problem getting Jenkins to run the python scripts with either the build shell or the shiningPanda python plugin.The