Closed mrodm closed 5 months ago
Adds a new configuration file to define global settings for tests: _dev/test/config.yml
_dev/test/config.yml
This configuration file is going to be used to define if tests of specific runners could be run in parallel or they should be run sequentially.
Example of the contents of this configuration file:
system: parallel: true policy: parallel: false skip: reason: flaky tests link: https://github.com/elastic/package-spec/issues/1
test/packages
spec/changelog.yml
cc @mrodm
What does this PR do?
Adds a new configuration file to define global settings for tests:
_dev/test/config.yml
Why is it important?
This configuration file is going to be used to define if tests of specific runners could be run in parallel or they should be run sequentially.
Example of the contents of this configuration file:
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues