@azure/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.
Files changed (1) hide show
  1. package/package.json +5 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/microsoft-playwright-testing",
3
- "version": "1.0.0-alpha.20250505.1",
3
+ "version": "1.0.0-alpha.20250507.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",
@@ -72,24 +72,18 @@
72
72
  "scripts": {
73
73
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
74
74
  "build:samples": "echo skipped.",
75
- "build:test": "echo skipped.",
76
75
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
77
76
  "clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
78
77
  "execute:samples": "echo skipped",
79
78
  "extract-api": "dev-tool run extract-api",
80
79
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
81
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
82
- "integration-test:browser": "echo skipped",
83
- "integration-test:node": "echo skipped",
84
80
  "lint": "eslint package.json api-extractor.json CHANGELOG.md README.md src",
85
81
  "lint:fix": "eslint package.json api-extractor.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
86
82
  "pack": "npm pack 2>&1",
87
- "test": "npm run build:test && npm run unit-test && npm run integration-test",
88
- "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
89
- "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
90
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
91
- "unit-test:browser": "echo skipped",
92
- "unit-test:node": "dev-tool run test:vitest",
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",
93
87
  "update-snippets": "dev-tool run update-snippets"
94
88
  },
95
89
  "dependencies": {