cordova-plugin-camera-dev/tests/ios
daserge fb871d40e2 CB-10865 Run ios native tests on Travis
Updated cordova-ios tests dependency version to latest published
Changed the tests to reflect the current scaling behavior
Fixed a typo in manual test img.onloadend -> img.onload
2016-03-21 12:54:07 +03:00
..
CDVCameraTest CB-10865 Run ios native tests on Travis 2016-03-21 12:54:07 +03: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
doc CB-9128 cordova-plugin-camera documentation translation: cordova-plugin-camera 2015-06-12 09:38:52 -05: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-10865 Run ios native tests on Travis 2016-03-21 12:54:07 +03: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