@azure/playwright 1.0.0 → 1.0.1-alpha.20250901.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ Follow these steps to run your existing Playwright test suite with the service.
|
|
|
65
65
|
1. Run this command to install the service package
|
|
66
66
|
|
|
67
67
|
```nodejs
|
|
68
|
-
npm init @azure/playwright
|
|
68
|
+
npm init @azure/playwright@latest
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
Installing the service package will create a service config file named `playwright.service.config.ts`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/playwright",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-alpha.20250901.1",
|
|
4
4
|
"description": "Package to integrate your Playwright test suite with Azure Playwright service",
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/playwright/README.md",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"typescript": "~5.8.3",
|
|
67
67
|
"vitest": "^3.2.3",
|
|
68
68
|
"@azure/identity": "4.11.1",
|
|
69
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
70
69
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
71
|
-
"@azure/dev-tool": "^1.0.0"
|
|
70
|
+
"@azure/dev-tool": "^1.0.0",
|
|
71
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@playwright/test": "^1.47.0"
|