Re: Automating ReviewBoard testing with Selenium or some other tool?

2015-07-10 Thread Steve
Thanks for the feedback David. The reason I considered a test suite is when I upgraded to 2.0 on a sandbox, I ran into a problem caused, I think, by our custom authentication classes in backends.py. It surfaced when I tried to add a reviewer via the web app and I got an internal server error.

Re: Automating ReviewBoard testing with Selenium or some other tool?

2015-07-10 Thread David Trowbridge
Steve, Once upon a time we used Selenium to test the UI, but it's a complicated and fragile system and we ended up abandoning it. We've replaced it with frontend unit tests which run in a browser using the jasmine framework. If you're doing Review Board development using the devserver, you can run