Skip to content

Commit fb2c37c

Browse files
authored
Revise Playwright workflow instructions for clarity
Updated instructions for running the Playwright workflow in a GitHub Codespace. Improved clarity and formatting of steps.
1 parent ec8cb95 commit fb2c37c

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

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

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

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

182-
You don’t need to set up anything on your local machine. Everything is already configured in the **Laravel Workflow Sample App**.
182+
You don’t need to set up anything on your local machine. Everything is already configured in the Laravel Workflow [Sample App](https://github.com/laravel-workflow/sample-app).
183183

184-
# Steps to Run the Playwright Workflow
185-
186-
* Open the **Laravel Workflow Sample App** on GitHub: [laravel-workflow/sample-app](https://github.com/laravel-workflow/sample-app)
187-
* Click **“Create codespace on main”** to start a pre-configured development environment.
188-
189-
![captionless image](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*063hPvkrvDQP6gU-VYb0Ug.png)
190-
191-
* Once the Codespace is ready, run the following commands in the terminal:
192-
193-
```bash
194-
php artisan migrate
195-
php artisan queue:work
196-
```
197-
198-
* Then open a second terminal and run this command:
184+
To try it:
199185

186+
1. Open the sample-app repo on GitHub
187+
2. Click **Code****Codespaces****Create codespace on main**
188+
3. Wait for the environment to build
189+
4. Setup the app and start the queue worker:
190+
```bash
191+
php artisan app:init
192+
php artisan queue:work
193+
```
194+
5. In a second terminal:
200195
```bash
201196
php artisan app:playwright
202197
```

0 commit comments

Comments
 (0)