playwright.dev
playwright.dev copied to clipboard
Number of GitHub stars misleading too high for python, java & .NET website
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
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