diff --git a/e2e_tests/README.md b/e2e_tests/README.md new file mode 100644 index 00000000..065e594b --- /dev/null +++ b/e2e_tests/README.md @@ -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 +```