- Ensure that the project's config.yml contains all settings that NewSetting is aware of - Add extensive, more generic integration tests
28 lines
533 B
YAML
28 lines
533 B
YAML
# Test config file with all options
|
|
# defined in the TestConfiguration class
|
|
|
|
test:
|
|
duration: 22
|
|
systemName: 'Custom sys name'
|
|
sample:
|
|
ratio:
|
|
limit: -4.1
|
|
fields:
|
|
- 'Australia'
|
|
- 'Burundi'
|
|
- 'Colombia'
|
|
version: 2492
|
|
features:
|
|
boring:
|
|
skip: false
|
|
colors:
|
|
- 'beige'
|
|
- 'gray'
|
|
dustLevel: 0.81
|
|
cool:
|
|
enabled: true
|
|
options:
|
|
- 'Dinosaurs'
|
|
- 'Explosions'
|
|
- 'Big trucks'
|