You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This module includes the CTFv2 harness, a lightweight, modular, and data-driven
15
15
-**Component isolation**: Components are decoupled via input/output structs, without exposing internal details.
16
16
-**Modular configuration**: No arcane knowledge of framework settings is required; the config is simply a reflection of the components being used in the test. Components declare their own configuration—'what you see is what you get.'
17
17
-**Replaceability and extensibility**: Since components are decoupled via outputs, any deployment component can be swapped with a real service without altering the test code.
18
+
-**Caching**: any component can use cached configs to skip environment setup for faster test development
18
19
-**Integrated observability stack**: use `ctf obs up` to spin up a local observability stack.
19
-
-**Connectivity**: seamless connection of production-ready components and local components using [testcontainers-go networking](https://golang.testcontainers.org/features/networking/#exposing-host-ports-to-the-container)."
20
20
21
21
22
22
### Environment variables (Tests, when using in Go code)
@@ -28,5 +28,4 @@ This module includes the CTFv2 harness, a lightweight, modular, and data-driven
28
28
| LOKI_URL | URL to `Loki` push api, should be like`${host}/loki/api/v1/push`| URL | - | If you use `Loki` then ✅ |
29
29
| LOKI_TENANT_ID | Streams all components logs to `Loki`, see params below |`true`, `false`| - | If you use `Loki` then ✅ |
30
30
| TESTCONTAINERS_RYUK_DISABLED | Testcontainers-Go reaper container, removes all the containers after the test exit |`true`, `false`|`false`| 🚫 |
31
-
| CTF_USE_CACHED_OUTPUTS | Use cached `.out` fields from `*-cache.toml` config |`true`, `false`|`false`| 🚫 |
0 commit comments