Skip to content

Commit 429be19

Browse files
Merge pull request #291206 from vvs11/vvs11/package-version
updated package version
2 parents 92a3664 + a8cf27d commit 429be19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Update the `package.json` file in your repository to add details about Microsoft
8686

8787
```typescript
8888
"devDependencies": {
89-
"@azure/microsoft-playwright-testing": "^1.0.0-beta.3"
89+
"@azure/microsoft-playwright-testing": "^1.0.0-beta.6"
9090
}
9191
```
9292

articles/playwright-testing/quickstart-generate-rich-reports-for-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When the workspace creation finishes, you're redirected to the setup guide.
5454
To use the service, install the Microsoft Playwright Testing package.
5555

5656
```npm
57-
npm init @azure/microsoft-playwright-testing
57+
npm init @azure/microsoft-playwright-testing@latest
5858
```
5959
> [!NOTE]
6060
> Make sure your project uses `@playwright/test` version 1.47 or above.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When the workspace creation finishes, you're redirected to the setup guide.
4040
To use the service, install Microsoft Playwright Testing package.
4141

4242
```npm
43-
npm init @azure/microsoft-playwright-testing
43+
npm init @azure/microsoft-playwright-testing@latest
4444
```
4545

4646
This generates `playwright.service.config.ts` file which serves to:

0 commit comments

Comments
 (0)