QAKit 0.0.8

QAKit 0.0.8

Maintained by Konstantin Deichmann.



QAKit 0.0.8

  • By
  • Konstantin Deichmann

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