Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 523 Bytes

File metadata and controls

20 lines (18 loc) · 523 Bytes

Reference

config.json reference

{
  "framework": "junit", // This is mandatory
  "frameworkVersion": "11.10.0", // Your framework's version
  "cliArgs": {
    "options": {
      "jUnitFile": "postman-tests-example/tests.xml" // This is mandatory and must point to the JUnit XML file with the tests results
    },
    "args": []
  },
  "frameworkConfig": {
    "originFramework": "postman", // This is your framework's name
    "originFrameworkVersion": "11.10.0" // This is your framework's version
  }
}