Code Monkey home page Code Monkey logo

postman-restassured-coverage's Introduction

RestAssured Postman Endpoint Coverage Checker

Postman Filter which adds functionality to calculate endpoints coverage from postman collection json file.

Dependency

<dependency>
  <groupId>io.github.armanayvazyan</groupId>
  <artifactId>postman-restassured-coverage</artifactId>
  <version>1.0.0</version>
</dependency>

Documentation

On Initilaizing Filter there are several things you need to pass
  • baseUrl: base url of your API endpoints,
  • baseUrlPattern: by default it's put {{url}}, but in case your is different please override existing value,
  • regexForId: this is ignoring dynamic part of your endpoint (for instance IDs), by default regex value is "\\w+"(all numbers and letters), but you are free to override it
  • collectionFilePath: path to your postman collection json file. Plase be sure it is in resources folder otherwise you ll get an exception.
  • exportPath: folder for exporting the coverage report, by default it's on root
  • exportFilename: name for exporting coverage report, by default it's "coverage"
After Test run is complete please use this code to call export()

CoverageReportExporter.export(ExportType.JSON)

Authors

postman-restassured-coverage's People

Contributors

arman-jetbrains avatar armanayvazyan avatar

Stargazers

Nairi Harutyunyan avatar

Watchers

 avatar

Forkers

ololoshechkin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.