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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
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
+
## [2.0.1-alpha] - 2025-07-02
7
+
8
+
### Fixes
9
+
- Fixed error in the order of install script in `package.json` which meant that the setup of `.env` didn't work.
10
+
- Fixed trailing comma that can cause unnecessary issues in certain linters.
11
+
6
12
## [2.0.0-alpha] - 2025-07-02
7
13
The initial NPM Package release!
8
14
@@ -27,7 +33,7 @@ Due to a difference in releases between the GitHub version and the npm package,
27
33
### Changed
28
34
29
35
- The elgentos testing suite is now a npm package for maintainability: [link to testing suite npm package](https://www.npmjs.com/package/@elgentos/magento2-playwright).
30
-
- Removed test toggles to avoid issues where the suite would fail without giving a helpful message.
36
+
- Removed test toggles to avoid issues where the suite would fail without giving a helpful message.
31
37
- Added 'smoke' tags to healthcheck tests to better adhere to industry standards.
32
38
- 'Fixtures' folder is now 'poms'.
33
39
- Split the magento admin page files and frontend page files in the renamed 'poms' folder.
@@ -48,4 +54,4 @@ The initial Alpha Release!
48
54
- Setup script to make it easier for users to prepare Magento 2 admin section.
49
55
- Test cases for key features such as creating an account, ordering a product, adding a coupon code, and more.
50
56
- Element identifiers, input values, and outcome markers added in JSON files to make customization easier.
51
-
- Example GitHub Actions workflow to show how easily our tool can be integrated into the CI/CD pipeline.
57
+
- Example GitHub Actions workflow to show how easily our tool can be integrated into the CI/CD pipeline.
0 commit comments