@azure/microsoft-playwright-testing 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241024.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 +3 -5
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.20241024.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",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"types"
|
|
46
46
|
],
|
|
47
47
|
"scripts": {
|
|
48
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
48
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
49
49
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && npm run extract-api",
|
|
50
50
|
"build:samples": "echo obsolete",
|
|
51
51
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
52
52
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
53
|
-
"clean": "rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
53
|
+
"clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
|
|
54
54
|
"execute:samples": "echo skipped",
|
|
55
55
|
"extract-api": "dev-tool run extract-api",
|
|
56
56
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"@azure-tools/test-utils": "^1.0.1",
|
|
80
80
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
81
81
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
82
|
-
"@microsoft/api-extractor": "^7.43.0",
|
|
83
82
|
"@playwright/test": "^1.43.1",
|
|
84
83
|
"@types/debug": "^4.1.12",
|
|
85
84
|
"@types/mocha": "^10.0.0",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"cross-env": "^7.0.2",
|
|
89
88
|
"eslint": "^9.9.0",
|
|
90
89
|
"mocha": "^10.0.0",
|
|
91
|
-
"rimraf": "^5.0.5",
|
|
92
90
|
"sinon": "^17.0.0",
|
|
93
91
|
"typescript": "~5.6.2"
|
|
94
92
|
},
|