judo icon indicating copy to clipboard operation
judo copied to clipboard

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

Results 17 judo issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

patch
dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

patch
dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

patch
dependencies

- [x] Does all of your new or changed code have unit tests? - [x] Is overall unit test statement coverage still above 85%? - [x] Is code style linting...

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...

enhancement
help wanted
good first issue
hacktoberfest

- test report results for number passed/failed and duration of tests. cobertura/junit?

hacktoberfest

Thanks a lot for providing this nice tool! I want to use it to test my own open source project windows executable with it, as it's easy to use and...