|
@@ -51,8 +51,11 @@ of agents with real LLMs are stored under `mock/AgentName/TestName` folders.
|
|
|
|
|
|
|
|
## Run Integration Tests
|
|
## Run Integration Tests
|
|
|
|
|
|
|
|
-Take a look at `ghcr.yml` (in the `.github/workflow` folder) to learn
|
|
|
|
|
-how integration tests are launched in a CI environment.
|
|
|
|
|
|
|
+[ghcr_runtime.yml](../../.github/workflows/ghcr_runtime.yml) runs integration tests in a CI environment.
|
|
|
|
|
+
|
|
|
|
|
+*Note:* If you are using docker desktop make sure that your version is up to date and "Enable Host Networking"
|
|
|
|
|
+is checked (Under settings -> Resources -> Network ). Otherwise the integration tests may hang with the
|
|
|
|
|
+message `Getting container logs...` repeated ad infinitum.
|
|
|
|
|
|
|
|
You can run:
|
|
You can run:
|
|
|
|
|
|