Skip to content

testableapple/sample_of_ios_snapshot_testing_2048

 
 

Repository files navigation

Purpose

I took an app iOS-2048 as a sample to show how iOSSnapshotTestCase and SwiftSnapshotTesting work.

Prerequisites

Fastlane

$ gem install fastlane

Pods

$ pod install

Usage

Recording tests

$ fastlane test record:true

Executing tests

$ fastlane test

License

(c) 2014-2015 Austin Zheng. Released under the terms of the MIT license.

2048 by Gabriele Cirulli (http://gabrielecirulli.com/). The original game can be found at http://gabrielecirulli.github.io/2048/, as can all relevant attributions. 2048 is inspired by an iOS game called "Threes", by Asher Vollmer.

About

Sample of iOS Snapshot Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.1%
  • Ruby 1.9%