all repos — caroster @ 33e55b4b16be2f7368c210d601c6b8c7cfa3f9bf

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

e2e/docs/firefox.md (view raw)

 1### Firefox
 2
 3Run the tests with Firefox:
 4
 5```sh
 6docker-compose run --rm wdio conf/firefox.js
 7```
 8
 9Connect to Firefox via VNC:
10
11```sh
12open vnc://user:secret@localhost:5901
13```