cordova-plugin-camera-dev/tests/ios
2015-03-10 17:01:00 -07:00
..
CDVCameraTest CB-7938 - Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup) (closes #60) 2015-01-09 16:04:28 -08:00
CDVCameraTest.xcworkspace CB-7938 - Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup) (closes #60) 2015-01-09 16:04:28 -08:00
.gitignore CB-7938 - Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup) (closes #60) 2015-01-09 16:04:28 -08:00
package.json CB-7938 - Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup) (closes #60) 2015-01-09 16:04:28 -08:00
README.md added missing apache header 2015-03-10 17:01:00 -07:00

iOS Tests for CDVCamera

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 CDVCameraTest.xcworkspace file.
  2. Choose "CDVCameraLibTests" 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