:browser:
  # name of the browser. options are chrome, firefox, and safari. only chrome has been heavily tested.
  :name: "chrome"
  # platform on which the browser is running. options are local, grid, docker, and docker_compose.
  :platform: "docker_compose"
  # window dimensions of the browser
  :dimensions:
    :width: 1280
    :height: 800