ContributionsMost RecentMost LikesSolutionsRe: The API works fine on ReadyAPI, but on the website, the API doesn't work properly Good morning, dilawar. Have you tried accessing the API via SwaggerHub Explore? This is SmartBear's new cloud-based API testing tool. If Explore appears to have the same issue as Postman, then I could help you troubleshoot it. Re: Organization-level integrator landing page Good stuff, we're getting there! For the further use case (a portal where you can add more broad info about API usage, authentication, etc.) I would ask, do you and your team use Confluence? We recently launched a SwaggerHub plugin for Confluence that embeds and synchs your SwaggerHub docs within a Confluence portal, but with the added bonus of being able to add the "external" info you've described while still having it synced with any changes that happen to the API design in SwaggerHub. If that sounds like it might do the trick, here's the link to the plugin: https://marketplace.atlassian.com/apps/1228834/swaggerhub-integration-for-confluence?hosting=cloud&tab=overview. Re: Organization-level integrator landing page Hey bjolletz. If you have several public APIs in your organisation, just sending the URL in the form of https://app.swaggerhub.com/organizations/[organisationname] will provide the user with a page featuring just the public APIs, that doesn't require a login. For example, you should be able to view one public API on the following link: https://app.swaggerhub.com/organizations/Payments-APIs Does that help? Re: finish test case as is. Not canceled, not failed! Whatever the case, I don't think testrunner is the answer, as it only has two methods that can stop a test run: Re: finish test case as is. Not canceled, not failed! Hey LennSar, I've been looking into this and checking some internal resources but so far it seems like the only methods for 'forcing' a test case to stop involve it either being cancelled or failed. I'm waiting for confirmation as to whether or not this is possible or would need to be an enhancement request. Will let you know asap! Re: How to configure gitlab pipeline for ReadyAPI from TestRunner Hi vinodkn, is GitLab running in an environment that has access to a licensed instance of ReadyAPI? Re: finish test case as is. Not canceled, not failed! Hey LennSar. Would it be possible for you to share a screenshot of the test case so I can get a better idea of the flow? Thanks! Re: Running ReadyAPI Security Tests From Jenkins Hey sajua83. The plugin won't work for security tests, but you can use the Security TestRunner (as documented here: https://support.smartbear.com/readyapi/docs/security/clr/about.html) to run security tests in a pipeline. Re: how to display swagger response with black box? Hey georgeccc. Are you trying to generate Swagger from a black box application? If so, then Swagger Inspector could be helpful: https://inspector.swagger.io/ Re: Conversion tools to help with older specs/definitions to Swagger OAS -tools,processes,accelerators? Hey jkthetraveler. You'll find a list of various open source converters under the 'Converters' section on this page: https://openapi.tools/ You might find something useful there!