Commit 2aa69c1b authored by FulcrandG's avatar FulcrandG
Browse files

newman

parent 320dc97f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ newman:
    NEWMAN_JUNIT_REPORT: "newman-report.xml"
  script:
    - npm install -g newman newman-reporter-junitfull
    - newman run ${NEWMAN_COLLECTION_PATH} -r junitfull --reporter-junitfull-export ${NEWMAN_JUNIT_REPORT} -n 2
    - newman run ${NEWMAN_COLLECTION} -r junitfull --reporter-junitfull-export ${NEWMAN_JUNIT_REPORT} -n 2
  artifacts:
    reports:
      junit: ${NEWMAN_JUNIT_REPORT}