add readme

This commit is contained in:
Adil Hafeez 2024-10-26 14:55:44 -07:00
parent 83edbc890e
commit c787961ea6

19
e2e_tests/README.md Normal file
View file

@ -0,0 +1,19 @@
# e2e tests
e2e tests for arch llm gateway and prompt gateway
## How to run
To run locally make sure that following requirements are met.
### Requirements
- Python 3.10
- Poetry
- Docker
### Running tests locally
```sh
sh run_e2e_test.sh
```