Skip to content

Commit 948b3d8

Browse files
authored
Update 2025-02-07-automating-qa-with-playwright-and-laravel-workflow.md
1 parent 64ca2ec commit 948b3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class ConvertVideoActivity extends Activity
177177
}
178178
```
179179

180-
## Try It Out in a GitHub Codespace 🚀
180+
## 🚀 Try It Out in a GitHub Codespace
181181

182182
You don’t need to set up anything on your local machine. Everything is already configured in the **Laravel Workflow Sample App**.
183183

@@ -207,7 +207,7 @@ That’s it! The workflow will execute, capture console errors, record a video,
207207

208208
By integrating Playwright with Laravel Workflow, we’ve automated frontend error detection and debugging. This setup allows teams to quickly identify and resolve issues, all while leveraging Laravel’s queue system to run tasks asynchronously.
209209

210-
## 🔗 **Next Steps:**
210+
## 🔗 **Next Steps**
211211

212212
* Check out the [Laravel Workflow repo](https://github.com/laravel-workflow/laravel-workflow) on GitHub.
213213
* Explore more workflows in the [sample app](https://github.com/laravel-workflow/sample-app).

0 commit comments

Comments
 (0)