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 ```