Hi Is there some documentation on how to run selenium tests (inside the webtests directory) in Reviewboard. I tried to run ./contrib/internal/webtests.sh, which errored out with a "Cannot connect to server" error.
I then downloaded the selenium standalone jar, fired it up and then run webtests.sh, which connected to the selenium server, but errored out indicating tables were not found. Looking at the code, it was expecting a DATABASES['default']['TEST_NAME'] to know about the test database. After providing that value, it created a test database for me, but still errored out with django.request: ERROR: Internal Server Error: /account/login/ <stack trace> DatabaseError: no such table: extensions_registeredextension It looks like its not able to connect to the correct database. Can you point me to some documentation on how to get these tests running? Thanks Raja -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
