Skip to content

Commit 1bf6778

Browse files
authored
Update quickstart-automate-end-to-end-testing.md
1 parent e776442 commit 1bf6778

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ Once you have access to the reporting tool, use the following steps to set up yo
255255
1. Select **OK**, and then **Save** to create the workflow secret.
256256

257257
---
258-
4.Update package.json file with the package.
259-
260-
```json
261-
"dependencies": {
262-
"@microsoft/mpt-reporter": "0.1.0-22052024-private-preview"
258+
1. Update package.json file with the package.
259+
260+
```json
261+
"dependencies": {
262+
"@microsoft/mpt-reporter": "0.1.0-22052024-private-preview"
263263
}
264264
```
265-
5. Update the Playwright config file.
265+
5. Update the Playwright config file.
266266

267267
Add Playwright Testing reporter to `Playwright.config.ts` in the same way you use other reporters.
268268

0 commit comments

Comments
 (0)