You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our tests in Api can't tell if the Api has been implemented correctly, or fully. A simple "control place" type server should be implemented to check :
That the APIs are implemented correctly (can connect to the simple server and send/receive requests/response)
Report the Api that have been checked
Define which Api must/should/may be implemented for a given version to pass the CI
(Maybe, check that the Api is used correctly (state machine check or order of requests validation)
The text was updated successfully, but these errors were encountered:
Currently, our tests in Api can't tell if the Api has been implemented correctly, or fully. A simple "control place" type server should be implemented to check :
The text was updated successfully, but these errors were encountered: