wiregui/tests/e2e
Stefano Bertelli 3bf6fabcff
Some checks failed
CI / test (push) Failing after 1m52s
CI / release (push) Has been skipped
CI / docker (push) Has been skipped
feat: IdP provisioning from YAML file + Playwright e2e tests
Add WG_IDP_CONFIG_FILE env var to seed OIDC/SAML identity providers
from a YAML file at startup, enabling GitOps and IaC workflows.
Providers are upserted by id (merge strategy preserves manual additions).

Convert all e2e tests from NiceGUI User fixture to Playwright async API
with --headed and --slowmo flags for visual debugging. Add full OIDC
login flow test against the mock-oidc service.
2026-03-31 14:23:31 -05:00
..
__init__.py feat: add E2E tests for device creation and account management 2026-03-30 22:26:15 -05:00
conftest.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00
test_account.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00
test_admin_users.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00
test_devices.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00
test_idp_seed.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00
test_login.py feat: IdP provisioning from YAML file + Playwright e2e tests 2026-03-31 14:23:31 -05:00