@azure/microsoft-playwright-testing 1.0.0-alpha.20241018.2 → 1.0.0-alpha.20241021.4

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.4 (Unreleased)
3
+ ## 1.0.0-beta.5 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,20 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 1.0.0-beta.4 (2024-10-21)
14
+
15
+ This release fixes some bugs, adds a feature to customize run name and improves error messaging.
16
+
17
+ ### Features Added
18
+
19
+ - Added a runName field which allows customers to customize the display name when using the reporting feature.
20
+
21
+ ### Bugs Fixed
22
+
23
+ - Fixed a bug where users were getting multiple entries for a test run in the dashboard for some cases.
24
+ - Fixed a bug where some optional fields in Playwright config were being treated as mandatory in service package.
25
+ - Fixed a bug where an error message was printing twice.
26
+
13
27
  ## 1.0.0-beta.3 (2024-09-16)
14
28
 
15
29
  This release provides better error messaging and error handling by improving logging.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.9"
8
+ "packageVersion": "7.47.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/microsoft-playwright-testing",
3
- "version": "1.0.0-alpha.20241018.2",
3
+ "version": "1.0.0-alpha.20241021.4",
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",