Skip to content
Merged
Changes from 2 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