Skip to content

agynio/e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agynio/e2e

End-to-end test suites for the Agyn platform.

Microservice E2E status

Service E2E workflow
agent-state E2E
agents E2E
agents-orchestrator E2E
agn-cli E2E
agynd-cli E2E
apps E2E
authorization E2E
chat-app E2E
console-app E2E
files E2E
files-mcp E2E
gateway E2E
identity E2E
k8s-runner E2E
llm E2E
llm-proxy E2E
media-proxy E2E
metering E2E
organizations E2E
runners E2E
tracing-app E2E

Playwright suites

tracing-app

Located in suites/playwright-tracing-app with tags svc_tracing_app, svc_agents_orchestrator, and smoke (default when TAGS is empty). Provide a tracing-app URL that serves /env.js via E2E_BASE_URL (defaults to https://tracing.${E2E_DOMAIN:-agyn.dev} in-cluster). Optional OIDC overrides:

  • E2E_OIDC_AUTHORITY
  • E2E_OIDC_CLIENT_ID
  • E2E_OIDC_SCOPE

Optional domain override:

  • E2E_DOMAIN (falls back to DOMAIN, then agyn.dev)
  • E2E_INGRESS_PORT (falls back to INGRESS_PORT, then PORT, then 2496; used for runner-reachable ingress URLs such as LLM_PROXY_URL)
  • LLM_PROXY_URL (default https://llm.${E2E_DOMAIN:-agyn.dev}:${E2E_INGRESS_PORT:-2496})

Full-chain tests use AGN_INIT_IMAGE (default ghcr.io/agynio/agent-init-agn:latest) for agn, CODEX_INIT_IMAGE (default ghcr.io/agynio/agent-init-codex:latest) for codex, CLAUDE_INIT_IMAGE (default ghcr.io/agynio/agent-init-claude:latest) for claude, and AGN_EXPOSE_INIT_IMAGE (default ghcr.io/agynio/agent-init-agn:latest) for go-core expose. For exact reproducibility, set *_INIT_IMAGE to a pinned patch tag (for example, ghcr.io/agynio/agent-init-agn:0.4.15) or an image digest (for example, ghcr.io/agynio/agent-init-agn@sha256:<digest>).

Example runs:

TAGS=smoke devspace run test-e2e
TAGS=svc_tracing_app devspace run test-e2e
TAGS=svc_agents_orchestrator devspace run test-e2e
TAGS=svc_llm devspace run test-e2e
TAGS=svc_llm_proxy devspace run test-e2e

About

Centralized end-to-end test suites for Agyn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors