posts: add post title, description, and image
This commit is contained in:
+9
@@ -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",
|
||||
}
|
||||
```
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Reference in New Issue
Block a user