You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@
3
3
All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [Unreleased]
7
+
8
+
Note that the points mentioned here are in the works, to be released in a future update.
9
+
10
+
### Added
11
+
- StorageStates to improve both speed and stability of tests that requires a logged-in user.
12
+
13
+
### Changed
14
+
- We will implement the APIClient in various tests.
15
+
16
+
## [3.0.1] - 2025-11-04
17
+
18
+
### Added
19
+
- APIClient utility to improve the speed of setting up your testing environment.
20
+
21
+
### Changed
22
+
- Split `magentoAdmin.page.ts` for legibility and to better adhere to the separation of concerns philosophy.
23
+
24
+
### Fixed
25
+
- Moved some hardcoded selectors to `element-identifiers.json`
26
+
6
27
## [3.0.0] - 2025-10-23
7
28
8
29
### Added
@@ -16,7 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
16
37
- Improved usage of TypeScript `@` path aliases (e.g., `@utils`, `@poms`, `@config`) for easier customization and maintainability.
17
38
- Updated `translate-json.js` and `install.js` to class-based files for consistency.
18
39
- Updated README to reflect new updates.
19
-
- Updated Magento Admin and frontend specs to ensure tests run successfully.
40
+
- Updated Magento Admin and frontend specs to fix various race conditions, timeouts and other 'false negatives'.
20
41
- Fixed GitHub workflow and installation scripts for reliability.
21
42
22
43
### Removed
@@ -39,7 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
39
60
40
61
### Changed
41
62
- Rewritten setup.spec.ts for better legibility. Setup will also now check if elements are present and active (e.g. coupon codes), and no longer writes to .env.
42
-
- Improved the capability of the magewire loading utility to better handle various states of the magewire loading element
63
+
- Improved the capability of the magewire loading utility to better handle various states of the magewire loading element
43
64
- Improved using @ tags for example @utils, @poms and more for ease of customization and maintainability.
0 commit comments