blippar / aragorn

Regression tests made easy
Apache License 2.0
7 stars 1 forks source link

better error when the config or suite json is invalid #17

Closed post-l closed 6 years ago

post-l commented 6 years ago

using a json schema validation or disallow unknown fields.

observe right now:

./bin/aragorn exec ./test/config.json
./test/config.json: unsupported test suite type: ""
./bin/aragorn exec -config ./test/photos.schema.json
(no output)