all repos — caroster @ 73cc94b7e5b8bf32dc77f112aa686c7d474fbb82

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

backend/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).