Canopy.Mobile


canopy.mobile - f#rictionless mobile testing

The canopy.mobile library can be installed from NuGet:
PM> Install-Package Canopy.Mobile

canopy.mobile is a mobile testing framework with one goal in mind, make UI testing simple:

  • Solid stabilization layer built on top of Appium. Death to "brittle, quirky, UI tests".

  • Quick to learn. Even if you've never done UI Automation, and don't know F#.
  • Clean, concise API. Whenever possible we stick to canopy's way of doing things.

  • Tries to unify Android and iOS testing whenever possible.
  • MIT License.

In order to get started take a look at the sample project.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding a new public API, please also consider adding samples that can be turned into a documentation. You might also want to read the library design notes to understand how it works.

The library is available under Public Domain license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub