intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

Support for .JSON test files #34

Closed anands closed 5 years ago

anands commented 5 years ago

Is this a bug report, or a feature request? Feature request

What is the current behavior? JUDO only considers tests to be written in yaml files

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo repo of the problem.

What is the expected behavior? As the underlying library is js-yaml, the core schema also support JSON out of the box, hence JUDO can also support json test files.

What is your OS, OS version, and node version? Mac. Node: 10.13.0