Skip to content

Commit

Permalink
doc: add more info on end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 27, 2024
1 parent 6dac3dc commit 4086bda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions e2e_tests/test_driver/README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 4086bda

Please sign in to comment.