1

I would just like to ask if it's possible to run UI tests in Bamboo Integration? I mean, can Bamboo open a browser instance(headful)?

I am using Robot Framework with Selenium2Library. Uploaded it to Stash repository. So I was wondering if it's possible for Bamboo to point to Stash and run the UI test cases.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
tic
  • 83
  • 1
  • 9
  • I did some UI tests with Robot and Bamboo a few projects ago. I think I used virtual framebuffer to run browser. – Pekka Aug 19 '16 at 09:27

1 Answers1

1

Yes of course! I used it successfully .Use remoteWebdriver to launch selenium standalone jar/webDriver. It works.

Madhusoodan
  • 560
  • 1
  • 6
  • 18