Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eridem/patata

🍟 Patata - Mobile Behaviour Driven Development made it easy -
https://github.com/eridem/patata

android appium bdd ios test-automation

Last synced: 5 days ago
JSON representation

🍟 Patata - Mobile Behaviour Driven Development made it easy -

Awesome Lists containing this project

README

        

[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url]
[![js-standard-style][standard-image]][standard-url]

# What is Patata

Patata is a project to help you to automate UI testing of native apps. It uses Cucumber and Appium to make the process as approachable as possible.

It uses Behavioral Driven Development as technique to test our products, separating what is specific for a platform to what is specific for our tests.

Its goal is the reusability, where specifications can be shared between different project in an organization. For instance, having a the product implemented on iOS and Android and sharing the same testing code for all of them!

# Where is the documentation?

The documentation was growing and it has been moved to a GitHub page: **[http://patata.io][patata-url]**

[![Documentation screenshot][doc-image]][patata-url]

[travis-url]: https://travis-ci.org/eridem/patata
[travis-image]: https://img.shields.io/travis/eridem/patata/master.svg
[standard-url]: http://standardjs.com/
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[npm-url]: https://www.npmjs.com/package/patata
[npm-image]: https://img.shields.io/npm/v/patata.svg
[patata-image]: https://img.shields.io/badge/automation-patata-orange.svg
[patata-url]: https://github.com/eridem/patata
[coveralls-image]: https://coveralls.io/repos/github/eridem/patata/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/eridem/patata?branch=master
[doc-image]: https://github.com/eridem/patata/raw/master/doc/web-screenshot.png
[patata-url]: http://patata.io