apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

Add pure javascript test for /organizations endpoint #2863

Closed mauriciovieira closed 6 years ago

mauriciovieira commented 7 years ago

Description:

Currently, we don't have automated tests for our REST API.

To visualize our swagger file,

  1. open http://petstore.swagger.io/
  2. insert https://apinf.io/rest/v1/swagger.json

We should have pure javascript tests running on continuous integration similarly to apinf-fiware package (travis build), that means, no chimp.js or robot tests for it.

User Story:

mauriciovieira commented 7 years ago

Also add instructions to https://github.com/apinf/platform/blob/develop/CONTRIBUTING.md#automated-testing

Nazarah commented 6 years ago

@midyan What is the status of this issue? Is it ready for review?

midyan commented 6 years ago

@Nazarah It shall be ready by tomorrow. I'm finishing it up today