Skip to content

Configurations

jian edited this page Jul 13, 2021 · 1 revision

The Config items are used to control the test engine features and behaviors. We can set config properties in different places, and the higher priority config items can override the lower.

List of config setting places, from low priority to high:

  • Built-in config - The "_config.js" file in handow package , it is the full default configuration for test engine.
  • Gloabl config - The "config.js" file in the main test project, e.g., in handow-seed project, it could a subset configuration.
  • SHM config - The "hdwConfig" object in "shmSetting", serveral properties only valid when the test engine is working with the Handow-SHM.
  • Plan config - The "config" object in a plan, serveral properties only active in this plan.

Attention: The SHM server must be restarted after the Built-in config and Gloabl config changed, but the SHM config and Plan config changing is active in SHM running.

The full configuration items

Default config file

Clone this wiki locally