Conversation
web: Flesh out slim tests.
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16015 +/- ##
==========================================
+ Coverage 92.49% 92.78% +0.29%
==========================================
Files 833 833
Lines 44868 44868
==========================================
+ Hits 41501 41632 +131
+ Misses 3367 3236 -131
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-99fa5ec7ccb67f2287cdbadb5d1c6b4498a1b537
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-99fa5ec7ccb67f2287cdbadb5d1c6b4498a1b537Afterwards, run the upgrade commands from the latest release notes. |
694e085 to
7b4494a
Compare
|
Resolved in #16014 |
Dependencies
Details
This PR adds session tests to Playwright, allowing us to verify that authentication works for existing users. This is largely ported from the WebDriverIO tests
See also