Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/customenv/mops

Wrapper tool of Selenium/Appium/Playwright libraries to test web applications in a single project with possibility to easy switching between these engines
https://github.com/customenv/mops

appium playwright selenium selenium-webdriver visual-comparison-testing wrapper

Last synced: 3 days ago
JSON representation

Wrapper tool of Selenium/Appium/Playwright libraries to test web applications in a single project with possibility to easy switching between these engines

Awesome Lists containing this project

README

        



Automation Beyond Limits


GitHub License
PyPI - Python Version
PyPI - Version


Documentation Status
GitHub Actions Workflow Status
GitHub Actions Workflow Status


GitHub Actions Workflow Status
GitHub Actions Workflow Status
GitHub Actions Workflow Status
GitHub Actions Workflow Status

> [!NOTE]
> Previously known as [dyatel-wrapper](https://github.com/CustomEnv/dyatel-wrapper).
> This project follows the versioning of `dyatel-wrapper`.

Mops is a Python framework that seamlessly wraps over Selenium, Appium, and sync Playwright,
providing a unified interface for browser and mobile automation. With Mops, you can effortlessly switch
between these engines within the same test, allowing you to leverage the unique features of each framework without boundaries.

Whether you're running tests on web browsers, mobile devices, or a combination of both, Mops simplifies the
process, giving you the flexibility and power to automate complex testing scenarios with ease.

## Key Features

- **Seamless Integration**: Mops integrates with Selenium, Appium, and Playwright, allowing you to use the best-suited engine for your specific testing needs.
- **Unified API**: A single, easy-to-use API that abstracts away the differences between Selenium, Appium, and Playwright, making your test scripts more readable and maintainable.
- **Engine Switching**: Switch between Selenium, Appium, and Playwright within the same test case, enabling cross-platform and cross-browser testing with minimal effort.
- **Visual Regression Testing**: Perform visual regression tests using the integrated visual regression tool, available across all supported frameworks. This ensures your UI remains consistent across different browsers and devices.
- **Advanced Features**: Leverage the advanced features of each framework, such as Playwright's mocks and Appium's real mobile devices support, all while using the same testing framework.
- **Extensibility**: Extend the framework with custom functionality tailored to your project's specific requirements.
- **Automatic Locator Type Definition**: The locator type will be automatically determined based on the provided locator string or `Locator` object.

## Installation and usage
For information on installation and usage, please refer to our **[ReadTheDocs documentation](https://mops.readthedocs.io)**. Check it out for more details.

## Contributing

Mops is an open-source project, and we welcome contributions from the community. If you'd like to contribute, please open an pull request from your fork

## License

Mops is licensed under the Apache License. See the [LICENSE](https://github.com/CustomEnv/mops/blob/master/LICENSE) file for more details.

## Support

If you encounter any issues or have questions, please feel free to reach out via our [GitHub Issues](https://github.com/CustomEnv/mops/issues) page.

Thank you for choosing Mops for your automation needs!