annotate core/modules/simpletest/config/schema/simpletest.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Schema for the configuration files of the Simpletest module.
Chris@0 2
Chris@0 3 simpletest.settings:
Chris@0 4 type: config_object
Chris@0 5 label: 'Testing'
Chris@0 6 mapping:
Chris@0 7 clear_results:
Chris@0 8 type: boolean
Chris@0 9 label: 'Clear results after each complete test suite run'
Chris@0 10 verbose:
Chris@0 11 type: boolean
Chris@0 12 label: 'Provide verbose information when running tests'
Chris@0 13 httpauth:
Chris@0 14 type: mapping
Chris@0 15 label: 'HTTP authentication'
Chris@0 16 mapping:
Chris@0 17 method:
Chris@0 18 type: integer
Chris@0 19 label: 'Method'
Chris@0 20 username:
Chris@0 21 type: string
Chris@0 22 label: 'Username'
Chris@0 23 password:
Chris@0 24 type: string
Chris@0 25 label: 'Password'