Skip to content
/ QAKit Public

QAKit provides handy functions to make QA easier.

License

Notifications You must be signed in to change notification settings

kmeinh/QAKit

Repository files navigation

QAKit

QAKit is a handy Library providing functionality to get better QA Results. With Fingertips, it is easy to follow the Testers steps when you just got a recorded video of the Screen.

Example

Installation

Cocoapods

QAKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

use_frameworks!
pod "QAKit", '~> 0.0.8'

Usage

Start Fingertips with in AppDelegate's applicationDidFinishLaunching(_ application:):

QAKit.Fingertips.start()

You can stop (or hide) Fingertips whenever you like in your App Life Time with:

QAKit.Fingertips.hide()

Upcoming

TBD