@azure/create-playwright 1.0.0 → 1.0.1-alpha.20250902.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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@ Get started with Azure Playwright with a single command
|
|
|
9
9
|
```sh
|
|
10
10
|
npm init @azure/playwright@latest
|
|
11
11
|
# Or for Yarn
|
|
12
|
-
yarn create @azure/playwright
|
|
12
|
+
yarn create @azure/playwright@latest
|
|
13
13
|
# Or for pnpm
|
|
14
|
-
pnpm create @azure/playwright
|
|
14
|
+
pnpm create @azure/playwright@latest
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Useful Links
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/create-playwright",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-alpha.20250902.1",
|
|
4
4
|
"description": "Package to setup @azure/playwright",
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/create-playwright/README.md",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"eslint": "^9.33.0",
|
|
46
46
|
"typescript": "~5.8.3",
|
|
47
47
|
"vitest": "^3.2.3",
|
|
48
|
-
"@azure
|
|
48
|
+
"@azure/dev-tool": "^1.0.0",
|
|
49
49
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
50
|
-
"@azure/
|
|
50
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
51
51
|
},
|
|
52
52
|
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
53
53
|
"//sampleConfiguration": {
|