@azure/microsoft-playwright-testing 1.0.0-alpha.20250804.1 → 1.0.0-alpha.20250825.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/microsoft-playwright-testing",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250825.1",
|
|
4
4
|
"description": "Package to integrate your Playwright test suite with Microsoft Playwright Testing service",
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/microsoft-playwright-testing/README.md",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -69,23 +69,6 @@
|
|
|
69
69
|
"README.md",
|
|
70
70
|
"LICENSE"
|
|
71
71
|
],
|
|
72
|
-
"scripts": {
|
|
73
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
74
|
-
"build:samples": "echo skipped.",
|
|
75
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
76
|
-
"clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
77
|
-
"execute:samples": "echo skipped",
|
|
78
|
-
"extract-api": "dev-tool run extract-api",
|
|
79
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
80
|
-
"lint": "eslint package.json src",
|
|
81
|
-
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
82
|
-
"pack": "npm pack 2>&1",
|
|
83
|
-
"test": "npm run test:node && npm run test:browser",
|
|
84
|
-
"test:browser": "echo skipped",
|
|
85
|
-
"test:node": "dev-tool run test:vitest",
|
|
86
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
87
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
88
|
-
},
|
|
89
72
|
"dependencies": {
|
|
90
73
|
"@azure/core-rest-pipeline": "^1.19.1",
|
|
91
74
|
"@azure/identity": "^4.3.1",
|
|
@@ -94,18 +77,18 @@
|
|
|
94
77
|
"tslib": "^2.8.1"
|
|
95
78
|
},
|
|
96
79
|
"devDependencies": {
|
|
97
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
98
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
99
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
100
80
|
"@playwright/test": "^1.51.1",
|
|
101
81
|
"@types/debug": "^4.1.12",
|
|
102
|
-
"@types/node": "^20.
|
|
103
|
-
"@vitest/browser": "^3.
|
|
104
|
-
"@vitest/coverage-istanbul": "^3.
|
|
105
|
-
"eslint": "^9.
|
|
106
|
-
"playwright": "^1.
|
|
107
|
-
"typescript": "~5.8.
|
|
108
|
-
"vitest": "^3.
|
|
82
|
+
"@types/node": "^20.19.0",
|
|
83
|
+
"@vitest/browser": "^3.2.3",
|
|
84
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
85
|
+
"eslint": "^9.33.0",
|
|
86
|
+
"playwright": "^1.50.1",
|
|
87
|
+
"typescript": "~5.8.3",
|
|
88
|
+
"vitest": "^3.2.3",
|
|
89
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
90
|
+
"@azure/dev-tool": "^1.0.0",
|
|
91
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
109
92
|
},
|
|
110
93
|
"peerDependencies": {
|
|
111
94
|
"@playwright/test": "^1.51.1"
|
|
@@ -139,5 +122,21 @@
|
|
|
139
122
|
"selfLink": false
|
|
140
123
|
},
|
|
141
124
|
"browser": "./dist/browser/index.js",
|
|
142
|
-
"react-native": "./dist/react-native/index.js"
|
|
143
|
-
|
|
125
|
+
"react-native": "./dist/react-native/index.js",
|
|
126
|
+
"scripts": {
|
|
127
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
128
|
+
"build:samples": "echo Skipped.",
|
|
129
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
130
|
+
"clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
131
|
+
"execute:samples": "echo skipped",
|
|
132
|
+
"extract-api": "dev-tool run extract-api",
|
|
133
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
134
|
+
"lint": "eslint package.json src",
|
|
135
|
+
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
136
|
+
"pack": "pnpm pack 2>&1",
|
|
137
|
+
"test": "npm run test:node && npm run test:browser",
|
|
138
|
+
"test:browser": "echo skipped",
|
|
139
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
140
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
141
|
+
}
|
|
142
|
+
}
|