all repos — caroster @ 1f3eb2266eecf2fb51e87e02d7b630e317be9904

[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).