api icon indicating copy to clipboard operation
api copied to clipboard

Tests using curl ?

Open arhimede opened this issue 1 year ago • 2 comments

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

arhimede avatar Apr 27 '24 16:04 arhimede

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

alexmerlin avatar May 14 '24 05:05 alexmerlin

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.

arhimede avatar May 14 '24 08:05 arhimede