Re: Integrating Selenium web tests with django test suite

2007-06-06 Thread Almad
On Jun 4, 4:15 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 6/2/07,Almad<[EMAIL PROTECTED]> wrote: > I haven't played with Selenium integration extensively; however, the > broad use case (tests against a live server) is one that I am > interested in supporting. > #2879 contains a

Re: Integrating Selenium web tests with django test suite

2007-06-03 Thread Russell Keith-Magee
On 6/2/07, Almad <[EMAIL PROTECTED]> wrote: > > Hi, > > I'd like to ask how do you integrate your webtests with django suite, > so it'll be run on manage.py test. ... > How do You integrate Your tests with Selenium? I haven't played with Selenium integration extensively; however, the broad use

Integrating Selenium web tests with django test suite

2007-06-01 Thread Almad
Hi, I'd like to ask how do you integrate your webtests with django suite, so it'll be run on manage.py test. I've looked for resources support for unittest framework, but I have not found any way how to skip test gracefully (I guess it's patched for python 2.6), but for now I'd then prefer