@azure/create-playwright 1.0.1-alpha.20251010.1 → 1.0.1-alpha.20251014.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/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/create-playwright",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.20251014.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",
|
|
@@ -42,7 +42,11 @@
|
|
|
42
42
|
"@types/node": "^20.19.0",
|
|
43
43
|
"@types/prompts": "^2.4.9",
|
|
44
44
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
45
|
+
"cross-env": "^7.0.3",
|
|
45
46
|
"eslint": "^9.33.0",
|
|
47
|
+
"prettier": "^3.6.2",
|
|
48
|
+
"rimraf": "^6.0.1",
|
|
49
|
+
"tshy": "^3.0.0",
|
|
46
50
|
"typescript": "~5.9.3",
|
|
47
51
|
"vitest": "^3.2.3",
|
|
48
52
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
@@ -88,11 +92,11 @@
|
|
|
88
92
|
"scripts": {
|
|
89
93
|
"build": "npm run clean && dev-tool run build-package",
|
|
90
94
|
"build:samples": "echo Skipped.",
|
|
91
|
-
"check-format": "
|
|
92
|
-
"clean": "
|
|
95
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
96
|
+
"clean": "rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
93
97
|
"execute:samples": "echo skipped",
|
|
94
98
|
"extract-api": "echo skipped",
|
|
95
|
-
"format": "
|
|
99
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
96
100
|
"lint": "eslint package.json CHANGELOG.md README.md src",
|
|
97
101
|
"lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
|
|
98
102
|
"pack": "pnpm pack 2>&1",
|