-
-
Save maxandersen/7bc4e55467f48847167c94eb0be6b4c2 to your computer and use it in GitHub Desktop.
karate using jbang - run it with `jbang https://gist.github.com/maxandersen/7bc4e55467f48847167c94eb0be6b4c2` or download it and run it as `./karate.java` or `jbang karate.java`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//usr/bin/env jbang "$0" "$@" ; exit $? | |
//REPOS jitpack | |
//DEPS com.github.intuit.karate:karate-netty:v0.9.5 | |
class karate { | |
public static void main(String... args) { | |
com.intuit.karate.Main.main(args); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment