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

changeset 0
e8ccd40d0ef6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Touchgui/plugins/org.apache.cordova.splashscreen/tests/ios/README.md	Thu Jun 04 14:50:33 2015 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# iOS Tests for CDVSplashScreen
     1.5 +
     1.6 +You need to install `node.js` to pull in `cordova-ios`.
     1.7 +
     1.8 +First install cordova-ios:
     1.9 +
    1.10 +    npm install
    1.11 +
    1.12 +... in the current folder.
    1.13 +
    1.14 +
    1.15 +# Testing from Xcode
    1.16 +
    1.17 +1. Launch the `CDVSplashScreenTest.xcworkspace` file.
    1.18 +2. Choose "CDVSplashScreenLibTests" from the scheme drop-down menu
    1.19 +3. Click and hold on the `Play` button, and choose the `Wrench` icon to run the tests
    1.20 +
    1.21 +
    1.22 +# Testing from the command line
    1.23 +
    1.24 +    npm test

mercurial