Skip to content

Instantly share code, notes, and snippets.

@luhonghai
Created December 24, 2019 09:52
Show Gist options
  • Save luhonghai/e9af7ad09f9a7aafa489d9a5668e8e3e to your computer and use it in GitHub Desktop.
Save luhonghai/e9af7ad09f9a7aafa489d9a5668e8e3e to your computer and use it in GitHub Desktop.
Example newman script
#!/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