From 4086bdaa3d82f4d7f2627f9e19f4d5005fbc1abc Mon Sep 17 00:00:00 2001 From: usuletw022 Date: Wed, 27 Mar 2024 15:45:58 +0000 Subject: [PATCH] doc: add more info on end-to-end tests --- e2e_tests/README.md | 7 ++++++- e2e_tests/test_driver/README.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/e2e_tests/README.md b/e2e_tests/README.md index 970d92c..694a862 100644 --- a/e2e_tests/README.md +++ b/e2e_tests/README.md @@ -2,7 +2,12 @@ ## Description -Runs end-to-end tests against Everest (Charge station simulator) along with CSMS +Runs end-to-end tests against Everest (Charge station and EV simulator) along with CSMS. This performs the following tests: +- Plug-in a connector +- Authorise a charge (using RFID or ISO-15118) +- Start a charge +- Stop a charge +- Unplug a connector ## Steps diff --git a/e2e_tests/test_driver/README.md b/e2e_tests/test_driver/README.md index 19ea88c..d57d6d9 100644 --- a/e2e_tests/test_driver/README.md +++ b/e2e_tests/test_driver/README.md @@ -1,5 +1,6 @@ # End-to-End test +To run the end-to-end tests separately on local, run the following command: ```shell $ go test --tags=e2e -v ./... -count=1 ```