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 /users endpoint #2864

Open mauriciovieira opened 7 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:

Nazarah commented 6 years ago

related to #2862