Skip to content

Welcome to Pyppium!

Pyppium is an Appium-Python-Client wrapper for cross mobile testing. It helps you to save your time by reducing complexity, increasing efficiency and also avoiding these boring and repetitive work problems.

Pyppium assists you to focus on what really matters, like your business rules, and provides an environment to start creating your application's screens and your test scenarios as fast as possible.

Project Motivation

Pyppium has been developed focusing on the cross tests scenarios quality assurance.

The most common issues are:

A lot of conditionals along the tests.
Duplicated screens to isolate the problem above.
A BaseScreen or a Helper created to repeat scenarios.

How it works

Pyppium is based on a technical layer that abstracts some Appium behaviours to help in QA handling.

With Pyppium you will see:

Screen Object Pattern with abstraction to fetch elements.
Cross Mobile Testing focus with some utilities to commons problems.
Focus on QA daily problems (like waits), configurations and some boilerplate.

Special Thanks

Pyppium count on many packages for trying to deliver a good framework. And of course, these packages are amazing!

License

The MIT License (MIT) Copyright (c) 2020 Leonardo Menezes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.