[bug] randomOrder configuration parameter should fail if an invalid value is provided #204
Labels
bug
Something isn't working
✨ dx ✨
improve developer experience
good first issue
Good for newcomers
hacktoberfest
Describe the bug
It seems that it is possible to configure Testy with an invalid value for the
randomOrder
configuration parameter, and it does not cause a failure.Version(s) affected
To Reproduce
Run any suite with the following configuration in
.testyrc.json
:Expected behavior
An error message before running any suite explaining that the provided value is not valid, and the allowed values are
true
andfalse
(booleans).The text was updated successfully, but these errors were encountered: