Skip to content
Kadyapam edited this page Jun 10, 2026 · 3 revisions

NoETL E2E

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.

What lives here

  • 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.

Pages

  • Kind-Val Runners — the standalone scripts/kind_validate_*.sh end-to-end validators (fan-in barrier, container-callback) and the noetl CLI surface they drive.

More detailed pages (per fixture group, per regression suite) will land as the surface grows. Start with the in-repo README.

Cross-references

Clone this wiki locally