playwright.dev icon indicating copy to clipboard operation
playwright.dev copied to clipboard

Number of GitHub stars misleading too high for python, java & .NET website

Open RobertRad opened this issue 2 years ago • 1 comments

The number of GitHub stars displayed on https://playwright.dev/java/ is misleading. The text tells 57k+, but that's only true for the playwright repo, not the playwright-java repo. When clicking on the link, you land at the playwright-java repository, which has currently 905 stars.

Same is true for Python & .NET

RobertRad avatar Dec 14 '23 08:12 RobertRad

Source is in https://github.com/microsoft/playwright.dev/blob/main/src/components/GitHubStarButton/index.tsx#L9 and https://github.com/microsoft/playwright.dev/blob/main/src/generate.js#L165

RobertRad avatar Dec 14 '23 08:12 RobertRad