Skip to content

web/e2e: Session Tests#16015

Closed
GirlBossRush wants to merge 2 commits intomainfrom
playwright-e2e-sessions
Closed

web/e2e: Session Tests#16015
GirlBossRush wants to merge 2 commits intomainfrom
playwright-e2e-sessions

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Aug 6, 2025

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

@netlify
Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 99fa5ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6893b0d44c678f0008ddfc25
😎 Deploy Preview https://deploy-preview-16015--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 99fa5ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6893b0d46725540008155931
😎 Deploy Preview https://deploy-preview-16015--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 99fa5ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6893b0d4e02f50000777d15d

@GirlBossRush GirlBossRush changed the base branch from main to playwright-e2e-base August 6, 2025 19:50
@codecov
Copy link

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (2d5247f) to head (99fa5ec).
⚠️ Report is 303 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
e2e 46.65% <ø> (+1.17%) ⬆️
integration 23.67% <ø> (+<0.01%) ⬆️
unit 90.88% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-99fa5ec7ccb67f2287cdbadb5d1c6b4498a1b537

Afterwards, run the upgrade commands from the latest release notes.

@GirlBossRush GirlBossRush force-pushed the playwright-e2e-base branch 3 times, most recently from 694e085 to 7b4494a Compare August 26, 2025 16:26
Base automatically changed from playwright-e2e-base to main August 26, 2025 17:09
@GirlBossRush
Copy link
Contributor Author

Resolved in #16014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants