Skip to content

Commit e9fec5f

Browse files
author
Matthias Stein
committed
Update CHANGELOG.md for version 4.19.3 and add Playwright end-to-end testing details
1 parent 7c5a5b9 commit e9fec5f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.19.3] - 11.07.2025
6+
7+
### Changes in pom.xml
8+
- Update `mapapps.version` property to `4.19.3`
9+
10+
### Changes in package.json
11+
- see playwright section below
12+
13+
### Integrated Playwright for end-to-end testing
14+
- Added a end-to-end browser test sample based on [Playwright](https://playwright.dev/)
15+
- Added dev dependencies in package.json
16+
- `"@playwright/test": "^1.52.0"`
17+
- `"@types/node": "^22.15.17"`
18+
- Added new tests under `src/test/end-to-end`
19+
- scripts added to `package.json`:
20+
- `"e2e-test": "npx playwright test"`
21+
- `"e2e-test:headed": "npx playwright test --headed"`
22+
- `"e2e-test:ui": "npx playwright test --ui"`
23+
24+
525
## [4.19.2] - 06.05.2025
626

727
- Support for map.apps 4.19.2

0 commit comments

Comments
 (0)