swagger-bank icon indicating copy to clipboard operation
swagger-bank copied to clipboard

A library to bridge Swagger API specifications and the Mountebank Test-Double tool

Results 4 swagger-bank issues
Sort by recently updated
recently updated
newest added

Hello, I'm receiving the following error when try to install this package now. Any help would be appreciated, thanks. ``` > [email protected] postinstall /Users/rohith.palagiri/Documents/mountApp/node_modules/mountebank-helper/node_modules/mountebank > cd mbTest && npm install...

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): RangeError: Maximum call stack size exceeded Similar issues were found with swagger ui https://github.com/swagger-api/swagger-ui/issues/3012#issuecomment-298762107 Could just throw an error to inform of this...

I assume you need to pass the entire API as a single `.yaml` file. Would be nice to be able to pass it as an object as well (I did...