Created
December 24, 2019 09:52
-
-
Save luhonghai/e9af7ad09f9a7aafa489d9a5668e8e3e to your computer and use it in GitHub Desktop.
Example newman script
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/local/bin/bash | |
newman run script.json -e env.json -d data.csv | |
[ $? -eq 0 ] || exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment