posts: add post title, description, and image

This commit is contained in:
Stevan Freeborn
2024-11-13 09:31:13 -06:00
parent b2d19b8f30
commit a035cd442a
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,9 @@
```json meta
{
"title": "Making Visual Regression Testing More Manageable with Playwright",
"lead": "Dealing with dynamic content in visual regression testing can be tricky, but Playwright's feature set makes it so much easier. Learn how I used response interception and modification to ensure accurate screenshot comparisons and more reliable test results.",
"isPublished": true,
"publishedAt": "2024-11-13",
"openGraphImage": "posts/making-visual-regression-testing-more-manageable-with-playwright/og-image.png",
}
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB