- Move writing logic to PropertyType - Remove unused double property type - Add sample enum property type to tests
28 lines
563 B
YAML
28 lines
563 B
YAML
# Test config file with missing options from TestConfiguration
|
|
# Notice the commented out lines!
|
|
|
|
test:
|
|
duration: 22
|
|
# systemName: 'Custom sys name'
|
|
sample:
|
|
ratio:
|
|
# order: 'THIRD'
|
|
fields:
|
|
- 'Australia'
|
|
- 'Burundi'
|
|
- 'Colombia'
|
|
#version: 2492
|
|
features:
|
|
# boring:
|
|
# skip: false
|
|
# colors:
|
|
# - 'beige'
|
|
# - 'gray'
|
|
# dustLevel: 1
|
|
cool:
|
|
# enabled: true
|
|
options:
|
|
- 'Dinosaurs'
|
|
- 'Explosions'
|
|
- 'Big trucks'
|