From 0826b035a2da5258e827048780efcd5b97807f03 Mon Sep 17 00:00:00 2001 From: evan-danswer Date: Mon, 17 Feb 2025 19:08:47 -0800 Subject: [PATCH] Update README.md (#3908) * Update README.md help future integration test runners * Update README.md * Update README.md --------- Co-authored-by: pablonyx --- backend/tests/integration/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/tests/integration/README.md b/backend/tests/integration/README.md index f655b6589..88620fdd2 100644 --- a/backend/tests/integration/README.md +++ b/backend/tests/integration/README.md @@ -13,6 +13,7 @@ The idea is that each test can use the manager class to create (.create()) a "te 1. Launch onyx (using Docker or running with a debugger), ensuring the API server is running on port 8080. a. If you'd like to set environment variables, you can do so by creating a `.env` file in the onyx/backend/tests/integration/ directory. + b. Onyx MUST be launched with AUTH_TYPE=basic and ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=true 2. Navigate to `onyx/backend`. 3. Run the following command in the terminal: ```sh