dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
http://docs.dotkernel.org/api-documentation/
MIT License
23 stars 4 forks source link

Tests using curl ? #234

Open arhimede opened 1 month ago

arhimede commented 1 month ago

we should see if is a good idea to integrate some functional test in Guthub action , using curl https://twitter.com/CFDevelop/status/1783967971838402731

alexmerlin commented 1 month ago

Wouldn't this duplicate our already existing functional tests? https://github.com/dotkernel/api/tree/4.0/test/Functional

arhimede commented 1 month ago

The idea is to develop a set of tests from outside of an api, not from inside like unit or functional tests. Maybe in CI pipeline, maybe directly on a staging or production api. To check if the previous endpoints are still working inthe same way as expected.