Skip to content

Commit 1261aa2

Browse files
authored
Update image format in blog post
Replaced HTML image tag with Markdown image syntax for Playwright.
1 parent 35f688b commit 1261aa2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blog/2025-02-07-automating-qa-with-playwright-and-laravel-workflow.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ authors:
99
tags: [playwright, workflow, automation, qa, testing]
1010
---
1111

12-
<img
13-
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*b6eXVs5J3aRNzYAiqnS9Vw.png"
14-
alt="Playwright"
15-
style="min-width: 100px; max-width: 600px; width: 30%;"
16-
/>
12+
![playwright](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*b6eXVs5J3aRNzYAiqnS9Vw.png)
1713

1814
Have you ever spent hours tracking down a frontend bug that only happens in production? When working with web applications, debugging frontend issues can be challenging. Console errors and unexpected UI behaviors often require careful inspection and reproducible test cases. Wouldn’t it be great if you could automate this process, capture errors, and even record a video of the session for later analysis?
1915

0 commit comments

Comments
 (0)