File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
You can’t perform that action at this time.
0 commit comments