feat(playwright): warn when recommended Chromium launch options are missing#350
Merged
gregberge merged 1 commit intoJul 23, 2026
Conversation
…issing Add a check in the Argos Playwright reporter that inspects the resolved config on `onBegin` and warns when a Chromium project is missing the recommended launch args (`--disable-lcd-text`, `--font-render-hinting=none`) used to stabilize font rendering. Also add these args to the package's own playwright.config.ts and update all docs links from `/docs/sdks-reference/` to `/docs/reference/`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
gregberge
deleted the
greg/arg-405-show-a-warning-when-playwright-is-not-correctly-configured
branch
July 23, 2026 21:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a startup check to the Argos Playwright reporter: on
onBegin, it inspects the resolved Playwright config and warns when a Chromium project is missing the recommended launch args used to stabilize font rendering:The check:
config.projects[].use.launchOptions.argsfrom the fully-resolvedFullConfig.browserNameis unset), since these are Chromium-only flags.Also in this PR
launchOptions.argsto the package's ownplaywright.config.ts./docs/sdks-reference/to/docs/reference/across packages and examples (the separatejs-sdk-reference.argos-ci.comAPI-reference host is left untouched).🤖 Generated with Claude Code