mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-26 15:15:56 +03:00
[PR #57] [MERGED] Adding playwright tests #58
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asalimonov/authelia-admin/pull/57
Author: @asalimonov
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/8/2026
Merged by: @asalimonov
Base:
main← Head:feature/playwright📝 Commits (3)
2c5415aAdding playwrightf5b7013Adding playwright tests for some entities4b9f7c8Merge branch 'main' into feature/playwright📊 Changes
19 files changed (+746 additions, -4 deletions)
View changed files
📝
.gitignore(+14 -1)📝
CLAUDE.md(+13 -0)📝
Makefile(+26 -1)📝
README.md(+9 -1)➕
docker-compose.test.yml(+111 -0)➕
e2e/auth.setup.ts(+36 -0)➕
e2e/playwright.config.ts(+34 -0)➕
e2e/tests/auth.spec.ts(+30 -0)➕
e2e/tests/banned-ip-lifecycle.spec.ts(+60 -0)➕
e2e/tests/smoke.spec.ts(+47 -0)➕
e2e/tests/totp-configurations.spec.ts(+13 -0)➕
e2e/tests/user-group-lifecycle.spec.ts(+151 -0)📝
package-lock.json(+64 -0)📝
package.json(+3 -1)➕
scripts/wait-for-services.sh(+40 -0)➕
test-configs/traefik-test/FileProvider/authelia-admin.yml(+16 -0)➕
test-configs/traefik-test/FileProvider/authelia.yml(+36 -0)➕
test-configs/traefik-test/FileProvider/lldap.yml(+16 -0)➕
test-configs/traefik-test/traefik.yml(+27 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.