Skip to content

Commit cd3c9b0

Browse files
author
Shay
committed
Merge branch '203-changelog-bijwerken' into 'main'
Resolve "Changelog bijwerken" See merge request elgentos/magento2-playwright!16
2 parents eddd929 + 89f631a commit cd3c9b0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
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).
55

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+
612
## [2.0.0-alpha] - 2025-07-02
713
The initial NPM Package release!
814

@@ -27,7 +33,7 @@ Due to a difference in releases between the GitHub version and the npm package,
2733
### Changed
2834

2935
- 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.
3137
- Added 'smoke' tags to healthcheck tests to better adhere to industry standards.
3238
- 'Fixtures' folder is now 'poms'.
3339
- Split the magento admin page files and frontend page files in the renamed 'poms' folder.
@@ -48,4 +54,4 @@ The initial Alpha Release!
4854
- Setup script to make it easier for users to prepare Magento 2 admin section.
4955
- Test cases for key features such as creating an account, ordering a product, adding a coupon code, and more.
5056
- 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

Comments
 (0)