Set screen size in the selenium chrome node to 1920x1080 (#7693)

6.19.x
Dmytro Nochevnov 2017-12-04 18:38:56 +02:00 committed by GitHub
parent 66459128d0
commit f5945c46f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ services:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- NODE_MAX_INSTANCES=5
- NODE_MAX_SESSION=5
- SCREEN_HEIGHT=1080
- SCREEN_WIDTH=1920
- SCREEN_DEPTH=24
ports:
- 5900
- 5555