Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 -
- Host: GitHub
- URL: https://github.com/eridem/patata
- Owner: eridem
- License: mit
- Created: 2016-08-20T17:44:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T21:51:45.000Z (almost 8 years ago)
- Last Synced: 2024-05-22T23:02:47.916Z (6 months ago)
- Topics: android, appium, bdd, ios, test-automation
- Language: JavaScript
- Homepage: http://patata.io
- Size: 291 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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