@azure/microsoft-playwright-testing 1.0.0-alpha.20251013.1 → 1.0.0-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.
Files changed (1) hide show
  1. package/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/microsoft-playwright-testing",
3
- "version": "1.0.0-alpha.20251013.1",
3
+ "version": "1.0.0-alpha.20251014.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",
@@ -82,8 +82,12 @@
82
82
  "@types/node": "^20.19.0",
83
83
  "@vitest/browser": "^3.2.3",
84
84
  "@vitest/coverage-istanbul": "^3.2.3",
85
+ "cross-env": "^7.0.3",
85
86
  "eslint": "^9.33.0",
86
87
  "playwright": "^1.50.1",
88
+ "prettier": "^3.6.2",
89
+ "rimraf": "^6.0.1",
90
+ "tshy": "^3.0.0",
87
91
  "typescript": "~5.9.3",
88
92
  "vitest": "^3.2.3",
89
93
  "@azure-tools/test-utils-vitest": "^2.0.1",
@@ -126,11 +130,11 @@
126
130
  "scripts": {
127
131
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
128
132
  "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/",
133
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
134
+ "clean": "rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
131
135
  "execute:samples": "echo skipped",
132
136
  "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}\"",
137
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
134
138
  "lint": "eslint package.json src",
135
139
  "lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
136
140
  "pack": "pnpm pack 2>&1",