cordova-plugin-splashscreen/tests/ios
2014-10-01 16:06:24 -07:00
..
CDVSplashScreenTest Finalized iOS splash screen (image name) tests. 176 tests in all, 44 for each type of device (iPad, iPhone, iPhone5, iPhone6, iPhone 6 Plus). 2014-10-01 16:06:24 -07:00
CDVSplashScreenTest.xcworkspace Re-fix iOS command line tests not working if Xcode was not launched at least once (shared scheme was not saved in the right place) 2014-09-30 11:56:38 -07:00
package.json Added 'npm test' 2014-09-30 11:47:46 -07:00
README.md Added 'npm test' 2014-09-30 11:47:46 -07:00

iOS Tests for CDVSplashScreen

You need to install node.js to pull in cordova-ios.

First install cordova-ios:

npm install

... in the current folder.

Testing from Xcode

  1. Launch the CDVSplashScreenTest.xcworkspace file.
  2. Choose "CDVSplashScreenLibTests" from the scheme drop-down menu
  3. Click and hold on the Play button, and choose the Wrench icon to run the tests

Testing from the command line

npm test