πŸ“± Automation for iOS and Android Apps.
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Isaac A. Murchie 04f6543561
Bring Sample Code into master (#10880)
* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* Sample code (#10834)

* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* fixed WDIO test

* Update .npmignore
2018-06-15 08:23:42 -04:00
.github Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
.vscode Add VSCode launch configurations (#10683) 2018-05-15 11:35:46 -07:00
bin Update linting (#9123) 2017-08-31 07:49:43 -04:00
commands-yml update examples for wd.js client (#10818) 2018-06-13 08:37:48 -07:00
docs Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
lib Update winston to the latest version πŸš€ (#10863) 2018-06-13 07:56:33 -04:00
sample-code Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
test Update dependencies (#10666) 2018-05-08 11:19:41 -04:00
.eslintignore Update linting (#9123) 2017-08-31 07:49:43 -04:00
.eslintrc Add eslint and pre-commit hooks 2016-08-03 12:14:29 -07:00
.gitignore Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
.npmignore Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
.npmrc Re-enable package-lock.json (#10660) 2018-05-08 07:14:54 -07:00
.travis.yml Add e2e-tests to travis config (#9841) 2017-12-27 07:34:08 -05:00
AUTHORS added myself to the author list 2015-11-20 02:54:54 +01:00
CHANGELOG.md 1.8.1 changelog (#10667) 2018-05-16 19:48:21 -07:00
CONDUCT.md Add code of conduct document 2015-11-20 01:39:38 +01:00
CONTRIBUTING.md Update Contributing Docs (#10165) 2018-02-12 07:58:15 -05:00
GOVERNANCE.md Add vmaxim to the list of Appium committers 2018-04-19 13:34:24 +02:00
IDEAS.md add google summer of code ideas doc 2017-02-08 14:28:45 -08:00
LICENSE Update LICENSE to full ASLv2 text 2017-08-17 22:39:38 -05:00
README.md Bring Sample Code into master (#10880) 2018-06-15 08:23:42 -04:00
RELEASE.pdf Copying over release of rights from Zoosk for ios automation code used in Appium 2013-01-21 17:01:08 -08:00
ROADMAP.md update roadmap 2017-03-13 10:48:59 -07:00
gulpfile.js Update linting (#9123) 2017-08-31 07:49:43 -04:00
package.json Update winston to the latest version πŸš€ (#10863) 2018-06-13 07:56:33 -04:00
packweb.json update roadmap 2017-03-13 10:48:59 -07:00
triagers.json make triagers list public so we can instruct triager to pull from it 2017-05-12 09:08:02 -07:00

README.md

Appium

NPM version Dependency Status devDependency Status

Monthly Downloads Pull Requests Issues Closed

Build Status FOSSA Status Greenkeeper badge

Appium is an open source, cross-platform test automation tool for native, hybrid and mobile web and desktop apps. We support simulators (iOS), emulators (Android), and real devices (iOS, Android, Windows, Mac).

Want to skip straight to the action? Check out our getting started doc.

Supported Platforms

Appium supports app automation across a variety of platforms, like iOS, Android, and Windows. Each platform is supported by one or more "drivers", which know how to automate that particular platform. Choose a driver below for specific information about how that driver works and how to set it up:

Why Appium?

  1. You don't have to recompile your app or modify it in any way, due to use of standard automation APIs on all platforms.
  2. You can write tests with your favorite dev tools using any WebDriver-compatible language such as Java, Objective-C, JavaScript (Node), PHP, Python, Ruby, C#, Clojure, or Perl with the Selenium WebDriver API and language-specific client libraries.
  3. You can use any testing framework.
  4. Appium has built-in mobile web and hybrid app support. Within the same script you can switch seamlessly between native app automation and webview automation, all using the WebDriver model that's already the standard for web automation.

Investing in the WebDriver protocol means you are betting on a single, free and open protocol for testing that has become a web standard. Don't lock yourself into a proprietary stack.

For example, if you use Apple's XCUITest library without Appium you can only write tests using Obj-C/Swift, and you can only run tests through Xcode. Similarly, with Google's UiAutomator or Espresso you can only write tests in Java. Appium opens up the possibility of true cross-platform native app automation, for mobile and beyond. Finally!

If you're new to Appium, or want a fuller description of what this is all about, please read our Introduction to Appium Concepts.

Requirements

Your environment needs to be set up for the particular platforms that you want to run tests on. Each of the drivers above documents the requirements for their particular brand of automation. At a minimum, you will need to be able to run Node.js 6+.

Get Started

Check out our Getting Started guide to get going with Appium.

There is also sample code that contains many examples of tests in a variety of different languages!

Documentation

For prettily-rendered docs, please visit appium.io. You can always find the full list of Appium doc pages at Appium's GitHub Repo as well.

Contributing

Please take a look at our contribution documentation for instructions on how to build, test and run Appium from source.

Roadmap

Interested in where Appium is heading in the future? Check out the Roadmap

Project History, Credits & Inspiration

User Forums

Announcements and debates often take place on the Discussion Group, be sure to sign up!

Troubleshooting

We put together a troubleshooting guide. Please have a look here first if you run into any problems. It contains instructions for checking a lot of common errors and how to get in touch with the community if you're stumped.

License

FOSSA Status Greenkeeper badge