Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3908

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions backend/tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ 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.
2. Navigate to `onyx/backend`.
3. Run the following command in the terminal:
b. Onyx MUST be launched with AUTH_TYPE=basic and ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=true
3. Navigate to `onyx/backend`.
4. Run the following command in the terminal:
```sh
pytest -s tests/integration/tests/
```
Expand Down
Loading