AlexTelon / FlexiCharge-Backend

6 stars 10 forks source link

Made OCPP tests automated #154

Closed fiallos00 closed 2 years ago

fiallos00 commented 2 years ago

OCPP tests are now automated to print failed and passed tests. To make it easier for Test & Integration to add this to their pipeline, an endpoint /tests/ocpp was added by @LasseLejon.

Example:

{ "failedTests": [], "successfulTests": [ "BootNotification", "RemoteStartTransaction", "RemoteStopTransaction", "ReserveNow", "ChargerMemoryLeak : ChargerTests", "MeterValues", "UserMemoryLeak", "ChargerMemoryLeak : LiveMetricsTests" ] }