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

Feature: Support for calling a single command in a yaml/json #55

Open worldjoe opened 2 years ago

worldjoe commented 2 years ago

Feature Request

What is the current behavior? If I have a yaml (or json) setup with multiple commands there is no way to run just a single command. In this example there is "someCommand" and "anotherCommand" it would be great if I could call judo foo.yaml anotherCommand which would cause someCommand to be skipped. `run: someCommand: prerequisiteCwd: /Users/efrancis/devel/DEVGRU/judo/temp/ prerequisites: