Touchgui/plugins/org.apache.cordova.splashscreen/tests/ios/README.md

Thu, 04 Jun 2015 14:50:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Jun 2015 14:50:33 +0200
changeset 0
e8ccd40d0ef6
permissions
-rw-r--r--

Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.

     1 # iOS Tests for CDVSplashScreen
     3 You need to install `node.js` to pull in `cordova-ios`.
     5 First install cordova-ios:
     7     npm install
     9 ... in the current folder.
    12 # Testing from Xcode
    14 1. Launch the `CDVSplashScreenTest.xcworkspace` file.
    15 2. Choose "CDVSplashScreenLibTests" from the scheme drop-down menu
    16 3. Click and hold on the `Play` button, and choose the `Wrench` icon to run the tests
    19 # Testing from the command line
    21     npm test

mercurial