@azure/microsoft-playwright-testing 1.0.0-alpha.20250115.1 → 1.0.0-alpha.20250117.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/CHANGELOG.md +10 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,19 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.7 (Unreleased)
3
+ ## 1.0.0-beta.7 (2025-01-17)
4
4
 
5
5
  ### Features Added
6
-
7
- ### Breaking Changes
8
-
6
+
7
+ - Warning message when MPT access token is close to expiry
8
+ - Handling custom attachments in tests
9
+
9
10
  ### Bugs Fixed
10
-
11
+
12
+ - Attaching code snippet in error messages
13
+
11
14
  ### Other Changes
15
+
16
+ - Improved error messaging for reporting and scalable failures
12
17
 
13
18
  ## 1.0.0-beta.6 (2024-11-29)
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/microsoft-playwright-testing",
3
- "version": "1.0.0-alpha.20250115.1",
3
+ "version": "1.0.0-alpha.20250117.3",
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",