Skip to content

Commit fe0434a

Browse files
authored
Update quickstart-automate-end-to-end-testing.md
1 parent 2124fa9 commit fe0434a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)