auth0-tests
Installation
SKILL.md
auth0-tests
Overview
Tests against an Auth0 tenant fall into three layers:
- Tenant-level config - connections, clients, APIs, tenants themselves; tested via Auth0 Deploy CLI for env parity.
- Auth flow - tested by exercising the OIDC endpoints from the application against a dev tenant.
- Custom serverless code - Actions (current), Rules + Hooks (legacy); unit-tested in Node.js with the Auth0 SDK mocks.