tomyam1 / protractor-video-reporter

Jasmine reporter that captures a screencast of Protractor specs running on a headless browser, e.g. in CI server
MIT License
21 stars 21 forks source link

option defaults #5

Closed vlio20 closed 8 years ago

vlio20 commented 8 years ago

Hey, It would be nice if you will add the defaults for the configuration options.

tomyam1 commented 8 years ago

I've just updated the docs and published version 0.2. Are the docs clear now?

vlio20 commented 8 years ago

Yes, thanks. Maybe you can point me to a good source on how to install the Xvfb locally on local mac machine. I will close this issue

tomyam1 commented 8 years ago

This is my recipe for Ubuntu. Maybe it'll help you:

Install Xvfb

sudo apt-get install xvfb chromium-browser
In one terminal:
sudo Xvfb :1
In another teminal:
export DISPLAY=:1
export CHROME_BIN=/usr/bin/chromium-browser
webdriver-manager start
In another teminal:
protractor
vlio20 commented 8 years ago

Thanks, but the apt-get made for linux machines. In mac I can use brew but seems that there is no xvfb module there.

benc commented 8 years ago

xvfb is something X11 specific - AFAIK there is no equivalent for mac