Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwoll/playwright-repro-fonts-15146
https://github.com/rwoll/playwright-repro-fonts-15146
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwoll/playwright-repro-fonts-15146
- Owner: rwoll
- Created: 2022-06-28T07:52:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T08:01:32.000Z (over 2 years ago)
- Last Synced: 2024-10-07T14:44:41.654Z (about 1 month ago)
- Language: TypeScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repro for https://github.com/microsoft/playwright/issues/15146
==============================================================To run (on macOS/Linux):
```bash
$ git clone [email protected]:rwoll/playwright-repro-fonts-15146.git repro
$ cd repro
$ docker build -t rwoll/pw .
$ docker run -it --rm -v $(PWD):/app --pull=never rwoll/pw npx playwright test
# observe screenshots in __snapshots__ directory contain properly rendered characters
```| | |
|-|-|
| amazon | ![amazon screenshot illustrating font rendered correctly](__snapshots__/tests/example.spec.ts-snapshots/amazon-cn-1-chromium-linux.png) |
| google | ![google screenshot illustrating font rendered correctly](__snapshots__/tests/example.spec.ts-snapshots/google-cn-1-chromium-linux.png) |