Skip to content

Instantly share code, notes, and snippets.

@nofanto
Created June 23, 2020 08:10
Show Gist options
  • Save nofanto/e7da8d69d0bce1b4546c23f98df07160 to your computer and use it in GitHub Desktop.
Save nofanto/e7da8d69d0bce1b4546c23f98df07160 to your computer and use it in GitHub Desktop.
#command line test
command:
#test case 1
java_version:
exec: "java --version"
exit-status: 0
stdout:
- 11.0.7
#test case 2
maven_version:
exec: "mvn -v"
exit-status: 0
stdout:
- 3.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment