Skip to content
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

fix(playwright): run tests with an authenticated user by default #54633

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

huyenltnguyen
Copy link
Member

@huyenltnguyen huyenltnguyen commented May 3, 2024

Checklist:

Currently, if a test requires the user to be authenticated, we have to manually sign them in using:

test.use({ storageState: 'playwright/.auth/certified-user.json' });

This PR:

Misc:

@github-actions github-actions bot added the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label May 3, 2024
@moT01 moT01 added the status: merge conflict To be applied to PR's that have a merge conflict and need updating label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. status: merge conflict To be applied to PR's that have a merge conflict and need updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default to being signed in for playwright tests
2 participants