diff --git a/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/index.md b/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/index.md new file mode 100644 index 0000000..e02d779 --- /dev/null +++ b/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/index.md @@ -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", +} +``` diff --git a/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/og-image.png b/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/og-image.png new file mode 100644 index 0000000..f6fa04d Binary files /dev/null and b/src/Blog/wwwroot/posts/making-visual-regression-testing-more-manageable-with-playwright/og-image.png differ