Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protractor/Selenium: run browser in the background

I'm using protractor for testing. 99% of the times there's no need to actually see the browser, the tests take a long time, and all we're interested in is the final outcome. Is there a way to hide the browser opened for testing (e.g. run in the background)?

like image 357
yccteam Avatar asked Apr 14 '15 20:04

yccteam


1 Answers

As stated before, docker-selenium works wonders. The only browser not supported by docker-selenium is Internet Explorer, for obvious reasons.

like image 80
aholt Avatar answered Nov 16 '22 10:11

aholt