@azure/create-microsoft-playwright-testing 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250507.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 +5 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/create-microsoft-playwright-testing",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250507.1",
|
|
4
4
|
"description": "Package to setup @azure/microsoft-playwright-testing",
|
|
5
5
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/create-microsoft-playwright-testing/README.md",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -37,24 +37,18 @@
|
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run clean && dev-tool run build-package",
|
|
39
39
|
"build:samples": "echo Obsolete",
|
|
40
|
-
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
41
40
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
42
41
|
"clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
43
42
|
"execute:samples": "echo skipped",
|
|
44
43
|
"extract-api": "echo skipped",
|
|
45
44
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
46
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
47
|
-
"integration-test:browser": "echo skipped",
|
|
48
|
-
"integration-test:node": "echo skipped",
|
|
49
45
|
"lint": "eslint package.json CHANGELOG.md README.md src",
|
|
50
46
|
"lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
|
|
51
47
|
"pack": "npm pack 2>&1",
|
|
52
|
-
"test": "npm run
|
|
53
|
-
"test:browser": "
|
|
54
|
-
"test:node": "
|
|
55
|
-
"
|
|
56
|
-
"unit-test:browser": "echo skipped",
|
|
57
|
-
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
48
|
+
"test": "npm run test:node && npm run test:browser",
|
|
49
|
+
"test:browser": "echo skipped",
|
|
50
|
+
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
51
|
+
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
58
52
|
"update-snippets": "dev-tool run update-snippets"
|
|
59
53
|
},
|
|
60
54
|
"dependencies": {
|