generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 168
Nala
Santoshkumar Nateekar edited this page Sep 19, 2024
·
15 revisions
- End-to-End UI Automation Framework for Milo and Milo-based Projects
- Built around the Microsoft Playwright tool
- Easy to create UI automation test scripts by anyone
- Provides flexibility to run and debug tests in the developer environments (local, libs, and feature branches).
- Offers the capability to run tests on various platforms and browser combinations (Windows, Linux, MacOS, & Chrome, Firefox, Web Kit, etc.).
- Supports running UI tests on PR branches via GitHub Actions, Circle Ci, and Jenkins for PR approvals
-
Block folder: Contains tests for all Milo blocks.
-
Feature folder: Contains tests for all Milo features.
-
Libs folder: Contains web and other test/validation libraries
-
Util folder: Contain utility methods like a reporter, slack integrations, etc.