Skip to content

web/e2e: Provider Tests #16016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: playwright-e2e-sessions
Choose a base branch
from

Conversation

GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Aug 6, 2025

Dependencies

Details

This PR adds provider tests to Playwright, allowing us to verify that the create provider pages work as expected.

@GirlBossRush GirlBossRush requested a review from a team as a code owner August 6, 2025 19:49
Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7614b8c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6893b1c337aa6d00084ee98b
😎 Deploy Preview https://deploy-preview-16016--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.

Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 7614b8c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6893b1c3ad1d0d00085e343f
😎 Deploy Preview https://deploy-preview-16016--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.

Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 7614b8c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6893b1c33e43b6000868fd2d

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

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.73%. Comparing base (99fa5ec) to head (7614b8c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                     Coverage Diff                     @@
##           playwright-e2e-sessions   #16016      +/-   ##
===========================================================
- Coverage                    92.78%   92.73%   -0.05%     
===========================================================
  Files                          833      833              
  Lines                        44868    44868              
===========================================================
- Hits                         41632    41610      -22     
- Misses                        3236     3258      +22     
Flag Coverage Δ
e2e 46.58% <ø> (-0.08%) ⬇️
integration 23.67% <ø> (ø)
unit 90.88% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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-7614b8c6089e153acbe6db43847ca1e764f27eda
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-7614b8c6089e153acbe6db43847ca1e764f27eda

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

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.

1 participant