-1:000000000000 | 0:02a4936e7bfc |
---|---|
1 # iOS Tests for CDVSplashScreen | |
2 | |
3 You need to install `node.js` to pull in `cordova-ios`. | |
4 | |
5 First install cordova-ios: | |
6 | |
7 npm install | |
8 | |
9 ... in the current folder. | |
10 | |
11 | |
12 # Testing from Xcode | |
13 | |
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 | |
17 | |
18 | |
19 # Testing from the command line | |
20 | |
21 npm test |