You are here

simpletest.schema.yml in SimpleTest 8.3

config/schema/simpletest.schema.yml

File

config/schema/simpletest.schema.yml
View source
  1. # Schema for the configuration files of the Simpletest module.
  2. simpletest.settings:
  3. type: config_object
  4. label: 'Testing'
  5. mapping:
  6. clear_results:
  7. type: boolean
  8. label: 'Clear results after each complete test suite run'
  9. verbose:
  10. type: boolean
  11. label: 'Provide verbose information when running tests'
  12. httpauth:
  13. type: mapping
  14. label: 'HTTP authentication'
  15. mapping:
  16. method:
  17. type: integer
  18. label: 'Method'
  19. username:
  20. type: string
  21. label: 'Username'
  22. password:
  23. type: string
  24. label: 'Password'