@azure/create-playwright 1.0.1-alpha.20260105.1 → 1.1.0-alpha.20260106.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Azure Playwright
2
2
 
3
- Azure Playwright is a fully managed service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. With Playwright Workspaces, you can release features faster and more confidently.
3
+ Azure Playwright is a fully managed Azure service that uses the cloud to enable you to run Playwright tests with much higher parallelization across different operating system-browser combinations simultaneously. This means faster test runs with broader scenario coverage, which helps speed up delivery of features without sacrificing quality. The service also includes integrated reporting capabilities that automatically upload test results and related artifacts to Azure storage and view them in the service portal, enabling faster and easier troubleshooting. With Playwright Workspaces, you can release features faster and more confidently.
4
4
 
5
5
  ## Usage
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/create-playwright",
3
- "version": "1.0.1-alpha.20260105.1",
3
+ "version": "1.1.0-alpha.20260106.3",
4
4
  "description": "Package to setup @azure/playwright",
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/create-playwright/README.md",
6
6
  "sdk-type": "client",
@@ -50,9 +50,9 @@
50
50
  "tshy": "^3.0.3",
51
51
  "typescript": "~5.9.3",
52
52
  "vitest": "^4.0.8",
53
- "@azure/dev-tool": "^1.0.0",
54
53
  "@azure-tools/test-utils-vitest": "^2.0.1",
55
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
54
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
55
+ "@azure/dev-tool": "^1.0.0"
56
56
  },
57
57
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
58
58
  "//sampleConfiguration": {