Skip to content

Getting Started

Aaron Vontell edited this page Nov 5, 2020 · 1 revision

This guide will walk you through the setup for using the Bility framework.

Concepts

The Bility framework is more than an Android library - it is also a frontend for viewing results and backend for running tests. The general outline is as follows:

  1. Start the Bility Server, which runs accessibility testing logic
  2. Start or connect an Android Device or Android Emulator
  3. Start the Android Screen Recorder (Minicap)
  4. Start the Bility Frontend
  5. Write and run an Android Instrumented Test implementing Bility logic

1. Clone the project

First, clone the Bility framework

git clone [email protected]:vontell/Bility.git

2. Set Environment Variables

Clone this wiki locally