-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add README for step to run e2e tests locally
- Loading branch information
1 parent
c90e951
commit 24c7bd8
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# End-to-end tests | ||
|
||
## Description | ||
|
||
Run end-to-end tests against Everest (Charge station simulator) along with CSMS | ||
|
||
|
||
## Steps | ||
|
||
1. Run the following bash script to start the docker containers for Everest and CSMS and execute the end-to-end tests | ||
```shell | ||
./run-e2e-tests.sh | ||
``` | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters