I wasn't able to make the selenium work (presumably selenium 1.0). How hard would it be to make this work? Who would be responsible of sorting out any problems encountered doing that and ensuring all developers can locally run those tests? (Actually, I'd try this before creating too many tests in that platform)
Say I've fixed a bug and want to add a test. How would I do it? In which language? Do I need to know ruby for that?
Suppose there's a test: * Failing in jenkins but passing locally. OR * Failing just for a single person. OR * Failing but it's apparently ok. OR * Passing but should be failing.
How do you debug it? Do you need to know ruby for that? To which extent?