Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Configuration

davehunt edited this page Jul 25, 2012 · 2 revisions

Default properties are set in 'default.properties', and these can be overridden for an individual machine by providing a '.properties' file. Any properties in this file will override the default. To find out your hostname run 'ant debug' from the 'moz-grid-config' directory and look for the value of 'env.HOSTNAME'. For example: '[echoproperties] env.HOSTNAME=LokiMac.local' shows a hostname of 'LokiMac.local' so the properties file would be 'LokiMac.local.properties'.

The hub configuration is stored in 'hub_configuration.json'.

Node capabilities and additional configuration is stored in 'mac.json', 'winvista.json', and 'win7.json'.

Properties

Below are the properties that can be configured:

  • selenium.version - The version number of Selenium to use.
  • hub.host - The host that the hub is running on.
  • hub.port - The port that the hub is running on.
  • node.configuration - Configuration file for the Selenium node, including browser capabilities.

Specifying properties on the command line

You can override any of the properties from 'default.properties' or '.properties' on the command line by passing them in the format '-D='. For example, to specify a custom node configuration file you would use ant launch-node -Dnode.configuration=nodeConfig.json

Clone this wiki locally