When I run selenium tests on local Bamboo, everything runs perfectly. But when I try to run the same tests on Bamboo on Jira located on remote machine, build fails with no verbose error. I tried with RemoteWebDriver as well as FirefoxDriver but no luck. When tried with Selenium RC by running server through ANT script, it asked to provide firefox executable path. But my remote machine does not have firefox installed. So what can be a better way to integrate Selenium tests with Bamboo provided that the remote machine will not have firefox (real browser) running. Any hint could be of great help.
I guess you are referring to bamboo in Jira Studio. I hope Atlassian shows mercy and writes up a 'How to run Selenium Tests on Elastic Bamboo using the default AMI"
Sounds like something you should test :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well one option I can see is to install firefox but run the tests in headless mode. I've read some blogs which discuss about using xvfb for accomplishing this job. But it is not clearly indicated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doesn't Selenium require Firefox installed on the test-server in order to work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.