Skip to content

Commit 0dd5575

Browse files
authored
Update quickstart-automate-end-to-end-testing.md
1 parent 60f0dab commit 0dd5575

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,13 @@ 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 the Playwright config file.
258+
4.Update package.json file with the package.
259+
260+
"dependencies": {
261+
"@microsoft/mpt-reporter": "0.1.0-22052024-private-preview"
262+
}
263+
264+
5. Update the Playwright config file.
259265

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

0 commit comments

Comments
 (0)