-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kadyapam edited this page Jun 10, 2026
·
3 revisions
noetl/e2e is the end-to-end test and fixture repository for
the NoETL runtime. It holds the runnable playbook fixtures, the
test-server docker image, regression playbooks for production-
level scenarios (auth0_login, tutorials, internet-postgres-gcs
flows, PFT health-flow), and supporting harness scripts.
This wiki is the reference for the fixtures and harnesses. For the runtime itself, see the noetl wiki.
-
fixtures/playbooks/— playbook YAML used by the test suite, including-
api_integration/auth0/— the auth0_login + auth0_login_optimized reference flows the gateway dispatches. -
tutorials/— runnable end-to-end tutorials that match the docs tutorial pages. -
pft_flow_test/— PFT health-flow regression suite.
-
-
docker/test-server/— the supporting test API the fixtures exercise. - Harnesses and helper scripts for running the suite locally and on GKE.
-
Kind-Val Runners — the standalone
scripts/kind_validate_*.shend-to-end validators (fan-in barrier, container-callback) and thenoetlCLI surface they drive.
More detailed pages (per fixture group, per regression suite) will land as the surface grows. Start with the in-repo README.
- noetl wiki — the runtime under test.
- ops wiki — manifests and deploy automation; the development playbook is the local-kind harness.
- travel wiki — a consumer of the auth0_login fixture.
- Ephemeral Blueprints — the architecture principle the fixtures honor.