Skip to content

Commit

Permalink
doc: add README for step to run e2e tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 26, 2024
1 parent c90e951 commit 24c7bd8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions e2e_tests/README.md
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
```





2 changes: 1 addition & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ start_docker_compose_for_everest() {
fi

echo "Waiting for services to initialize..."
sleep 30
sleep 10
}

# Function to stop Docker Compose
Expand Down

0 comments on commit 24c7bd8

Please sign in to comment.