In-Browser Testing with TestCase

2008-06-13 Thread Devin
I've been working on testing here at Disqus. Since a lot of our application is javascript, I've been working with Selenium. So to integrate Selenium tests with the test framework already in place, I've added live server support for TestCase for ticket 2879. http://code.djangoproject.com/ticket/28

Re: In-Browser Testing with TestCase

2008-06-14 Thread Simon Willison
On Jun 14, 12:26 am, Devin <[EMAIL PROTECTED]> wrote: > So to integrate Selenium tests with the test framework already in > place, I've added live server support for TestCase for ticket > 2879.http://code.djangoproject.com/ticket/2879#comment:27 That's pretty cool. Any chance you could provide a

Re: In-Browser Testing with TestCase

2008-06-14 Thread Devin
I've included just such an example in the changes to the documentation I've included in the patch. http://code.djangoproject.com/attachment/ticket/2879/django_live_server.diff I am primarily using the python driver for Selenium RC, but once a live test server's started, you can poke and prod usi