Skip to content

Instantly share code, notes, and snippets.

@joelgarciajr84
Created November 9, 2020 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelgarciajr84/ce5577d34eb7914e2f8e413b55bf58a0 to your computer and use it in GitHub Desktop.
Save joelgarciajr84/ce5577d34eb7914e2f8e413b55bf58a0 to your computer and use it in GitHub Desktop.
Stage Task Command
1 npm install newman -g
2 npm install -g newman-reporter-junitfull
3 Command Line **newman run e2e_collection.json --reporters cli,junit --reporter-junit-export junitReport.xml**
4 Publish Test Results **/*.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment