Chris@0: # Schema for the configuration files of the Simpletest module. Chris@0: Chris@0: simpletest.settings: Chris@0: type: config_object Chris@0: label: 'Testing' Chris@0: mapping: Chris@0: clear_results: Chris@0: type: boolean Chris@0: label: 'Clear results after each complete test suite run' Chris@0: verbose: Chris@0: type: boolean Chris@0: label: 'Provide verbose information when running tests' Chris@0: httpauth: Chris@0: type: mapping Chris@0: label: 'HTTP authentication' Chris@0: mapping: Chris@0: method: Chris@0: type: integer Chris@0: label: 'Method' Chris@0: username: Chris@0: type: string Chris@0: label: 'Username' Chris@0: password: Chris@0: type: string Chris@0: label: 'Password'