Skip to content

Commit ff3dde2

Browse files
Merge pull request #281700 from vvs11/vvs11-docs-fix-24-July
Doc error fix and version update
2 parents 2124fa9 + 86566ec commit ff3dde2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Once you have access to the reporting tool, use the following steps to set up yo
259259

260260
```json
261261
"dependencies": {
262-
"@microsoft/mpt-reporter": "0.1.0-22052024-private-preview"
262+
"@microsoft/mpt-reporter": "0.1.0-19072024-private-preview"
263263
}
264264
```
265265
5. Update the Playwright config file.
@@ -321,7 +321,7 @@ Once you have access to the reporting tool, use the following steps to set up yo
321321
targetType: 'inline'
322322
script: |
323323
'npm config set @microsoft:registry=https://npm.pkg.github.com'
324-
'npm set //npm.pkg.github.com/:_authToken ${{secrets PAT_TOKEN_PACKAGE}}'
324+
'npm set //npm.pkg.github.com/:_authToken ${PAT_TOKEN_PACKAGE}'
325325
'npm install'
326326
workingDirectory: path/to/playwright/folder # update accordingly
327327

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.0-22052024-private-preview"
282+
"@microsoft/mpt-reporter": "0.1.0-19072024-private-preview"
283283
}
284284
```
285285

0 commit comments

Comments
 (0)