Skip to content

Commit 2dae5d5

Browse files
Merge pull request #276606 from vvs11/patch-1
Update package version
2 parents 9c7932e + 1bf6778 commit 2dae5d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

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

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

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Once you have access to the reporting tool, use the following steps to set up yo
279279
280280
```json
281281
"dependencies": {
282-
"@microsoft/mpt-reporter": "0.1.1-alpha-8839338250-1.0"
282+
"@microsoft/mpt-reporter": "0.1.0-22052024-private-preview"
283283
}
284284
```
285285

0 commit comments

Comments
 (0)