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