all repos — caroster @ 261318c31a0cd15a939f388dc2365ff1856df40d

[Octree] Group carpool to your event https://caroster.io

e2e/docs/chrome.md (view raw)

 1### Chrome
 2
 3Run the tests with Chrome:
 4
 5```sh
 6docker-compose run --rm wdio [conf/chrome.js]
 7```
 8
 9Connect to Chrome via VNC:
10
11```sh
12open vnc://user:secret@localhost:5900
13```
14
15**Please Note:**  
16To be able to see Chrome running via VNC or screen recordings, disable headless
17mode in [chrome.js](chrome.js).