Can we integrate ReadyAPI with Swagger UI and import the APIs to ReadyAPI ?
- 2 years ago
Swagger UI only allows to try / execute, can't have proper test(s) / assertions.
- 2 years ago
Swagger UI is a viewer for the API definitions utilizing OpenAPI standard. OpenAPI specification was formerly known as Swagger, that's where a lot of confusion comes from.
And yes, if you have an access to Swagger UI, you can get an underlying OpenAPI definition and import it into ReadyAPI.
An example, with the BankGround API.
If you visit https://bankground.apimate.eu/ you will be able to see the API presented in Swagger UI (a brief description in the introduction, API operations are bellow).
In the top left corner, there is a link to the OpenAPI definition:
Either copy this link or click it and download the JSON file -- this is OpenAPI definition. Import the OpenAPI definition into ReadyAPI.
That's all!