Skip to main content

Robot Framework mini-framework.

Project description

Zoomba

PyPI version Build Status Coverage Status CodeFactor Total alerts FOSSA Status

Introduction

Zoomba is a collection of libraries spanning GUI, REST API, SOAP API, Mobile, and Windows Desktop automation using Robot Framework. These libraries are extensions of existing libraries SeleniumLibrary, Requests, SudsLibrary, and AppiumLibrary.

Zoomba adds a significant amount of data validation support for REST and SOAP APIs, extends functionality for typical Web GUI automation, and extends AppiumLibrary functionality to support Windows desktop automation.

As a team beginning the journey of automation with Robot Framework - we found that there was some time spent ramping up our libraries and Zoomba aims to make that process easier for new projects.

See the Keyword Documentation for the API, SOAP, GUI, Mobile, or Desktop library for more specific information about the functionality.

Getting Started

The Zoomba library is easily installed using the setup.py file in the home directory. Simply run the following command to install Zoomba and it's dependencies:

pip install robotframework-zoomba

If you decide to pull the repo locally to make contributions or just want to play around with the code you can install Zoomba by running the following from the root directory:

pip install .

To access the keywords in the library simply add the following to your robot file settings (depending on what you need):

*** Settings ***
Library    Zoomba.APILibrary
Library    Zoomba.GUILibrary
Library    Zoomba.SOAPLibrary
Library    Zoomba.MobileLibrary
Library    Zoomba.DesktopLibrary

Additional Setup Information

If you plan to run Mobile or Windows desktop automation you will need to have a running appium server. To do so first have Node installed and then run the following:

npm install -g appium
appium

Alternatively Appium Desktop can be used.

Examples

Example tests can be found in the test directory.

Contributing

To make contributions please refer to the CONTRIBUTING guidelines.

Additionally if you run the following command new documentation will be generated on each commit :

git config core.hooksPath .githooks

Support

General Robot Framework questions should be directed to the community forum.

Contact the team at robosquad@accruent.com or create an issue with specific requests or questions regarding the Zoomba libraries!

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-zoomba-2.3.1.tar.gz (35.9 kB view details)

Uploaded Source

Built Distribution

robotframework_zoomba-2.3.1-py3-none-any.whl (37.3 kB view details)

Uploaded Python 3

File details

Details for the file robotframework-zoomba-2.3.1.tar.gz.

File metadata

  • Download URL: robotframework-zoomba-2.3.1.tar.gz
  • Upload date:
  • Size: 35.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for robotframework-zoomba-2.3.1.tar.gz
Algorithm Hash digest
SHA256 d779a3ddd508555616da344fb9f8a70cfc899f9e6995ed2c59e2b9ad39d44bea
MD5 3cf543eb52e865b47ed2bc9c09c9f0af
BLAKE2b-256 1746cb95f685d4677a0561fdd2fd57932dedbd1afdd2f07b94d6f824cb4a35e8

See more details on using hashes here.

File details

Details for the file robotframework_zoomba-2.3.1-py3-none-any.whl.

File metadata

  • Download URL: robotframework_zoomba-2.3.1-py3-none-any.whl
  • Upload date:
  • Size: 37.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for robotframework_zoomba-2.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a5eae45a27bd3eb82face39a3b7fc116df27dc996940e3754deba00af997c31f
MD5 982459c9b16d51bb864a631d69202be1
BLAKE2b-256 9bbb85d60566f74217d5662179ae0528bbdc4823be56f64dad3f8a4221799f75

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page