Closed fiallos00 closed 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" ] }
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" ] }