Metadata-Version: 2.4
Name: meyicloud-pw-ui-utils
Version: 1.0.0
Summary: Meyicloud private Playwright UI automation utilities
Author-email: Meyicloud Solutions <support@meyicloud.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: playwright>=1.41.0
Requires-Dist: pytest>=7.4.0
Requires-Dist: pytest-playwright>=0.3.0

## Meyicloud Playwright UI Utils

**Meyicloud Playwright UI Utils** is a centralized automation utility package built on **Playwright**, designed to standardize and simplify UI test automation across Meyicloud projects.

This package provides a collection of **reusable actions, assertions, locators, navigation flows, and helper utilities**, enabling teams to write consistent, scalable, and maintainable UI automation tests.

### Key Benefits

- **Reusable Utilities** – Common Playwright actions and helpers shared across projects  
- **Standardized Automation** – Enforces consistent test patterns and best practices  
- **Modular Design** – Easy to extend and customize for different projects  
- **Faster Test Development** – Reduces duplication and boilerplate code  
- **Maintainable Tests** – Centralized updates improve long-term stability  

### Intended Usage

This package is intended to be used across **multiple Playwright-based UI test suites** within Meyicloud to:

- Reduce code duplication  
- Improve test reliability  
- Promote reusable and scalable automation architecture  

By using **Meyicloud Playwright UI Utils**, teams can focus more on **test coverage and quality** rather than reimplementing common automation logic.
