Skip to content

run playgrounds in playwright #536

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 42 commits into
base: develop
Choose a base branch
from
Open

run playgrounds in playwright #536

wants to merge 42 commits into from

Conversation

aehnh
Copy link
Collaborator

@aehnh aehnh commented Jun 10, 2025

No description provided.

@aehnh aehnh self-assigned this Jun 10, 2025
@aehnh aehnh closed this Jun 10, 2025
@aehnh aehnh reopened this Jun 10, 2025
@aehnh aehnh closed this Jun 16, 2025
@aehnh aehnh reopened this Jun 16, 2025
- testType: connect
configFile: playwright.config.connect.ts
env:
PLAYWRIGHT_NUM_CORES: 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have to list all ENVs here explicitly?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An alternative is to save all env vars into one github secret, and then to print it in its entirety into an env file in the github runner before running the tests. This way we wouldn't have to modify the workflow file whenever we add or remove a test env var, but I think our current approach is better because it is easier to modify the value of each individual environment variable in github secrets

@aehnh aehnh requested a review from incorbador June 24, 2025 15:50
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