cordova-plugin-camera/tests/ios
2019-06-27 18:46:33 +02:00
..
CDVCameraTest CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker (#314) 2018-11-25 13:59:51 +01: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-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker (#314) 2018-11-25 13:59:51 +01: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